Skip to content

Commit 9fc54c9

Browse files
committed
systimer tests: do not require lp ticker
SysTimer can run on us ticker now. Only deep sleep test strictly requires lp ticker and it already has build conditions in place.
1 parent 9f12e55 commit 9fc54c9

File tree

1 file changed

+0
-4
lines changed
  • TESTS/mbedmicro-rtos-mbed/systimer

1 file changed

+0
-4
lines changed

TESTS/mbedmicro-rtos-mbed/systimer/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
#error [NOT_SUPPORTED] Tickless mode not supported for this target.
1818
#endif
1919

20-
#if !DEVICE_LPTICKER
21-
#error [NOT_SUPPORTED] Current SysTimer implementation requires lp ticker support.
22-
#endif
23-
2420
#include "mbed.h"
2521
#include "greentea-client/test_env.h"
2622
#include "unity.h"

0 commit comments

Comments
 (0)