mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Change "SWI" to "SWI 0".
This commit is contained in:
parent
ac94fdddf1
commit
bf9b20e6b8
4 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ extern volatile unsigned portLONG ulCriticalNesting; \
|
|||
|
||||
extern void vTaskSwitchContext( void );
|
||||
#define portYIELD_FROM_ISR() vTaskSwitchContext()
|
||||
#define portYIELD() __asm volatile ( "SWI" )
|
||||
#define portYIELD() __asm volatile ( "SWI 0" )
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue