mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update interrupt priorities for Fujitsu port.
This commit is contained in:
parent
6610911d3e
commit
eb64d935dc
7 changed files with 172 additions and 136 deletions
|
@ -174,7 +174,7 @@ signed portBASE_TYPE xReturn;
|
|||
/*If the post causes a task to wake force a context switch
|
||||
as the woken task may have a higher priority than the task we have
|
||||
interrupted. */
|
||||
portYIELDFromISR();
|
||||
portYIELD_FROM_ISR();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue