tests-mbed_drivers-timerevent: perform test only if USTICKER support is enabled.

pull/7009/head
Przemyslaw Stekiel 2018-03-06 10:05:35 +01:00 committed by Bartek Szatkowski
parent af2863a9e5
commit 2323486bf3
1 changed files with 4 additions and 0 deletions

View File

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