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 62dec8f commit 53b9fe2Copy full SHA for 53b9fe2
frameworks\utest/source/shim.cpp
@@ -54,6 +54,11 @@ utest_v1_scheduler_t utest_v1_get_scheduler()
54
}
55
56
#elif UTEST_SHIM_SCHEDULER_USE_US_TICKER
57
+#ifdef YOTTA_MBED_HAL_VERSION_STRING
58
+# include "mbed-hal/us_ticker.h"
59
+#else
60
+# include "us_ticker.h"
61
+#endif
62
// only one callback is active at any given time
63
static volatile utest_v1_harness_callback_t minimal_callback;
64
static volatile utest_v1_harness_callback_t ticker_callback;
0 commit comments