diff --git a/TESTS/mbedmicro-rtos-mbed/systimer/main.cpp b/TESTS/mbedmicro-rtos-mbed/systimer/main.cpp index dbf60b8014..bdbbeddeb6 100644 --- a/TESTS/mbedmicro-rtos-mbed/systimer/main.cpp +++ b/TESTS/mbedmicro-rtos-mbed/systimer/main.cpp @@ -17,10 +17,6 @@ #error [NOT_SUPPORTED] Tickless mode not supported for this target. #endif -#if !DEVICE_LPTICKER -#error [NOT_SUPPORTED] Current SysTimer implementation requires lp ticker support. -#endif - #include "mbed.h" #include "greentea-client/test_env.h" #include "unity.h"