mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Fix uncrustify
This commit is contained in:
parent
ad1a17873b
commit
5ed50e50b6
1 changed files with 1 additions and 0 deletions
1
tasks.c
1
tasks.c
|
|
@ -2231,6 +2231,7 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
|
|||
* termination list so that an idle task can delete it when it is
|
||||
* no longer running. */
|
||||
xTaskIsRunningOrYielding = taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD( pxTCB );
|
||||
|
||||
if( ( xSchedulerRunning != pdFALSE ) && ( xTaskIsRunningOrYielding != pdFALSE ) )
|
||||
{
|
||||
/* A running task or a task which is scheduled to yield is being
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue