mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -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
|
@ -211,7 +211,7 @@ extern volatile unsigned portLONG ulCriticalNesting; \
|
|||
|
||||
|
||||
#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