mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-07 12:12:30 -05:00
Update to allow interrupt nesting (not yet complete).
This commit is contained in:
parent
181889d6b1
commit
431d1c009d
3 changed files with 10 additions and 15 deletions
|
|
@ -73,8 +73,7 @@ ulPortSetIPL:
|
|||
/* Yield interrupt. */
|
||||
__cs3_isr_interrupt_127:
|
||||
portSAVE_CONTEXT
|
||||
jsr vPortClearYield
|
||||
jsr vTaskSwitchContext
|
||||
jsr vPortYieldHandler
|
||||
portRESTORE_CONTEXT
|
||||
|
||||
/********************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue