Skip to content

Commit

Permalink
Fix uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Feb 6, 2024
1 parent ad1a178 commit 5ed50e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ed50e5

Please sign in to comment.