mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 04:43:52 -04:00
Work in progress.
This commit is contained in:
parent
c99f3c55cd
commit
68074c03d6
3 changed files with 224 additions and 11 deletions
|
@ -93,7 +93,7 @@ extern "C" {
|
|||
#define portBYTE_ALIGNMENT 4
|
||||
#define portSTACK_GROWTH -1
|
||||
#define portTICK_RATE_MS ( ( portTickType ) 1000 / configTICK_RATE_HZ )
|
||||
#define portYIELD() trapa( 0 )
|
||||
#define portYIELD() trapa( 33 )
|
||||
#define portNOP() nop()
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue