mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Setup to work with both ARM and THUMB modes.
This commit is contained in:
parent
8347299546
commit
cf638edfaf
2 changed files with 17 additions and 4 deletions
|
@ -110,7 +110,8 @@ extern void vTaskSwitchContext(void); \
|
|||
} \
|
||||
} \
|
||||
|
||||
#define portYIELD() __asm{ SVC 0 }
|
||||
extern void vPortYield( void );
|
||||
#define portYIELD() vPortYield()
|
||||
|
||||
|
||||
/* Critical section management. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue