mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-19 11:17:43 -04:00
Correct out of date comment in tasks.c.
Fix typo in comment in queue.h.
This commit is contained in:
parent
13651934be
commit
0fe82b4d91
2 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue