Skip to content

Commit

Permalink
Update for format
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jan 23, 2024
1 parent 6be9ad0 commit 216ea39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2300,8 +2300,9 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
}
#else /* #if ( configNUMBER_OF_CORES == 1 ) */
{
/* It is important to use critical section here because checking
* run state of a task must be done inside a critical section. */
/* It is important to use critical section here because
* checking run state of a task must be done inside a
* critical section. */
taskENTER_CRITICAL();
{
if( taskTASK_IS_RUNNING( pxTCB ) == pdTRUE )
Expand Down

0 comments on commit 216ea39

Please sign in to comment.