mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Uncrustify: triggered by comment.
This commit is contained in:
parent
6ee152dd94
commit
0856d68e30
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
|
@ -3176,7 +3176,7 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
|
|||
#if ( configNUMBER_OF_CORES == 1 )
|
||||
{
|
||||
UBaseType_t uxCurrentListLength;
|
||||
|
||||
|
||||
if( pxTCB == pxCurrentTCB )
|
||||
{
|
||||
if( xSchedulerRunning != pdFALSE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue