Skip to content

Commit

Permalink
Fix format in tasks.c
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jan 25, 2024
1 parent d05ee04 commit 88f20df
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 @@ -3739,6 +3739,7 @@ void vTaskStartScheduler( void )
void vTaskEndScheduler( void )
{
TCB_t * pxTCB;

traceENTER_vTaskEndScheduler();

/* Stop the scheduler interrupts and call the portable scheduler end
Expand Down

0 comments on commit 88f20df

Please sign in to comment.