Skip to content

Commit 62dec8f

Browse files
niklarm0xc0170
authored andcommitted
Don't enable us_ticker scheduler if minar unavail.
1 parent 12a4655 commit 62dec8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks\utest/utest/shim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# define UTEST_SHIM_SCHEDULER_USE_MINAR UTEST_MINAR_AVAILABLE
6060
# endif
6161
# ifndef UTEST_SHIM_SCHEDULER_USE_US_TICKER
62-
# define UTEST_SHIM_SCHEDULER_USE_US_TICKER (!UTEST_MINAR_AVAILABLE)
62+
# define UTEST_SHIM_SCHEDULER_USE_US_TICKER 0
6363
# endif
6464
#endif // YOTTA_CFG_UTEST_USE_CUSTOM_SCHEDULER
6565

0 commit comments

Comments
 (0)