We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f85f43 commit bf046c1Copy full SHA for bf046c1
FreeRTOS/Test/CMock/tasks/tasks_freertos/FreeRTOS.h
@@ -565,6 +565,13 @@
565
#define traceTASK_SWITCHED_IN()
566
#endif
567
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
575
#ifndef traceINCREASE_TICK_COUNT
576
577
/* Called before stepping the tick count after waking from tickless idle
0 commit comments