Skip to content

Commit d666e01

Browse files
dummy for compiling tests
1 parent b9b09c3 commit d666e01

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Inc/HALAL/Services/Time/Scheduler.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929

3030
#ifndef SIM_ON
3131
#define SCHEDULER_GET_LAST_N_TASKS
32+
#else
33+
struct UART {
34+
struct Peripheral {
35+
uint8_t ignore0;
36+
};
37+
uint8_t ignore1;
38+
};
3239
#endif
3340

3441
#if !defined(SCHEDULER_GET_LAST_N_TASKS) && !defined(SLOW_CHECK_USE_READY_BITMAP)

0 commit comments

Comments
 (0)