mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-16 12:34:29 +00:00
Update comments related to portYIELD_FROM_ISR() in queue.h #925
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user