Fix format in tasks.c

This commit is contained in:
Ching-Hsin Lee 2024-01-25 23:04:33 +08:00
parent d05ee040fd
commit 88f20df203

View file

@ -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