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 9f12e55 commit 9fc54c9Copy full SHA for 9fc54c9
TESTS/mbedmicro-rtos-mbed/systimer/main.cpp
@@ -17,10 +17,6 @@
17
#error [NOT_SUPPORTED] Tickless mode not supported for this target.
18
#endif
19
20
-#if !DEVICE_LPTICKER
21
-#error [NOT_SUPPORTED] Current SysTimer implementation requires lp ticker support.
22
-#endif
23
-
24
#include "mbed.h"
25
#include "greentea-client/test_env.h"
26
#include "unity.h"
0 commit comments