mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Update comments related to portYIELD_FROM_ISR() in queue.h #925
This commit is contained in:
parent
1384c68dc7
commit
553b0ad5d3
2 changed files with 17 additions and 8 deletions
2
tasks.c
2
tasks.c
|
@ -3463,7 +3463,7 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
|
|||
|
||||
/* Mark that a yield is pending in case the user is not
|
||||
* using the return value to initiate a context switch
|
||||
* from the ISR using portYIELD_FROM_ISR. */
|
||||
* from the ISR using the port specific portYIELD_FROM_ISR(). */
|
||||
xYieldPendings[ 0 ] = pdTRUE;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue