mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -04:00
Minor changes to the trace macros.
This commit is contained in:
parent
06e8e93eb5
commit
ada4744871
2 changed files with 8 additions and 6 deletions
|
@ -1414,6 +1414,8 @@ inline void vTaskIncrementTick( void )
|
|||
|
||||
void vTaskSwitchContext( void )
|
||||
{
|
||||
traceTASK_SWITCHED_OUT();
|
||||
|
||||
if( uxSchedulerSuspended != ( unsigned portBASE_TYPE ) pdFALSE )
|
||||
{
|
||||
/* The scheduler is currently suspended - do not allow a context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue