Fix typo in xHigherPriorityReadyTasks

This commit is contained in:
Ching-Hsin,Lee 2024-07-08 14:37:13 +08:00
parent 7a418ceffe
commit f41b6a626b

View file

@ -3947,7 +3947,7 @@ void vTaskSuspendAll( void )
static TickType_t prvGetExpectedIdleTime( void )
{
TickType_t xReturn;
BaseType_t uxHigherPriorityReadyTasks = pdFALSE;
BaseType_t xHigherPriorityReadyTasks = pdFALSE;
TCB_t * const pxConstCurrentTCB = prvGetCurrentTaskTCB();
/* xHigherPriorityReadyTasks takes care of the case where