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

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2024-06-10 21:00:21 +05:30 committed by GitHub
parent 5f85f43c39
commit bf046c15f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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