mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
9f12e55340
commit
9fc54c9774
|
|
@ -17,10 +17,6 @@
|
||||||
#error [NOT_SUPPORTED] Tickless mode not supported for this target.
|
#error [NOT_SUPPORTED] Tickless mode not supported for this target.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !DEVICE_LPTICKER
|
|
||||||
#error [NOT_SUPPORTED] Current SysTimer implementation requires lp ticker support.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "mbed.h"
|
#include "mbed.h"
|
||||||
#include "greentea-client/test_env.h"
|
#include "greentea-client/test_env.h"
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue