mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 03:48:09 +00:00
Correct out of date comment in tasks.c.
Fix typo in comment in queue.h.
This commit is contained in:
@@ -3474,7 +3474,7 @@ static void prvCheckTasksWaitingTermination( void )
|
||||
{
|
||||
TCB_t *pxTCB;
|
||||
|
||||
/* uxDeletedTasksWaitingCleanUp is used to prevent vTaskSuspendAll()
|
||||
/* uxDeletedTasksWaitingCleanUp is used to prevent taskENTER_CRITICAL()
|
||||
being called too often in the idle task. */
|
||||
while( uxDeletedTasksWaitingCleanUp > ( UBaseType_t ) 0U )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user