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.
pull/10597/head
Lingkai Dong 2019-05-16 09:48:06 +01:00
parent 9f12e55340
commit 9fc54c9774
1 changed files with 0 additions and 4 deletions

View File

@ -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"