From 9fc54c977483d5ea009061ca800aa654b2c31368 Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Thu, 16 May 2019 09:48:06 +0100 Subject: [PATCH] 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. --- TESTS/mbedmicro-rtos-mbed/systimer/main.cpp | 4 ---- 1 file changed, 4 deletions(-) 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"