Skip to content

Commit bf046c1

Browse files
authored
Fix unit test for kernel PR FreeRTOS#1082 (FreeRTOS#1228)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 5f85f43 commit bf046c1

File tree

1 file changed

+7
-0
lines changed
  • FreeRTOS/Test/CMock/tasks/tasks_freertos

1 file changed

+7
-0
lines changed

FreeRTOS/Test/CMock/tasks/tasks_freertos/FreeRTOS.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,13 @@
565565
#define traceTASK_SWITCHED_IN()
566566
#endif
567567

568+
#ifndef traceSTARTING_SCHEDULER
569+
570+
/* Called after all idle tasks and timer task (if enabled) have been created
571+
* successfully, just before the scheduler is started. */
572+
#define traceSTARTING_SCHEDULER( xIdleTaskHandles )
573+
#endif
574+
568575
#ifndef traceINCREASE_TICK_COUNT
569576

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

0 commit comments

Comments
 (0)