Fix unit test for kernel PR #1082 (#1228)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
pull/1231/head
Gaurav-Aggarwal-AWS 8 months ago committed by GitHub
parent 5f85f43c39
commit bf046c15f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save