Skip to content

Commit

Permalink
Fix unit test for kernel PR FreeRTOS#1082 (FreeRTOS#1228)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
aggarg committed Jun 10, 2024
1 parent 5f85f43 commit bf046c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FreeRTOS/Test/CMock/tasks/tasks_freertos/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,13 @@
#define traceTASK_SWITCHED_IN()
#endif

#ifndef traceSTARTING_SCHEDULER

/* Called after all idle tasks and timer task (if enabled) have been created
* successfully, just before the scheduler is started. */
#define traceSTARTING_SCHEDULER( xIdleTaskHandles )
#endif

#ifndef traceINCREASE_TICK_COUNT

/* Called before stepping the tick count after waking from tickless idle
Expand Down

0 comments on commit bf046c1

Please sign in to comment.