mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 01:07:13 +00:00
Minor changes to the trace macros.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user