mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Fix format in tasks.c
This commit is contained in:
parent
d05ee040fd
commit
88f20df203
1 changed files with 1 additions and 0 deletions
1
tasks.c
1
tasks.c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue