mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 13:31:58 -04:00
Fix typo
This commit is contained in:
parent
028ccda316
commit
bade1a671a
2
tasks.c
2
tasks.c
|
@ -4674,7 +4674,7 @@ BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp )
|
||||||
{
|
{
|
||||||
#if ( configNUMBER_OF_CORES == 1 )
|
#if ( configNUMBER_OF_CORES == 1 )
|
||||||
{
|
{
|
||||||
TCB_t * const pxCurrentTCB = prvGetCurrentTaskTCB();
|
TCB_t * const pxConstCurrentTCB = prvGetCurrentTaskTCB();
|
||||||
|
|
||||||
/* Preemption is on, but a context switch should only be
|
/* Preemption is on, but a context switch should only be
|
||||||
* performed if the unblocked task has a priority that is
|
* performed if the unblocked task has a priority that is
|
||||||
|
|
Loading…
Reference in a new issue