mirror of https://github.com/ARMmbed/mbed-os.git
tests-mbed_drivers-timerevent: perform test only if USTICKER support is enabled.
parent
af2863a9e5
commit
2323486bf3
|
@ -27,6 +27,10 @@
|
|||
|
||||
using namespace utest::v1;
|
||||
|
||||
#if !DEVICE_USTICKER
|
||||
#error [NOT_SUPPORTED] test not supported
|
||||
#endif
|
||||
|
||||
#define TEST_DELAY_US 50000ULL
|
||||
|
||||
class TestTimerEvent: public TimerEvent {
|
||||
|
|
Loading…
Reference in New Issue