mirror of https://github.com/ARMmbed/mbed-os.git
TESTS: skip timing accuracy test on FastModels
parent
313794cbc7
commit
e8a39f82a1
|
@ -23,6 +23,11 @@
|
||||||
#include "hal/us_ticker_api.h"
|
#include "hal/us_ticker_api.h"
|
||||||
#include "hal/lp_ticker_api.h"
|
#include "hal/lp_ticker_api.h"
|
||||||
|
|
||||||
|
//FastModels not support timing test
|
||||||
|
#if defined(__ARM_FM)
|
||||||
|
#error [NOT_SUPPORTED] test not supported
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace utest::v1;
|
using namespace utest::v1;
|
||||||
|
|
||||||
/* This test is created based on the test for Timer class.
|
/* This test is created based on the test for Timer class.
|
||||||
|
|
Loading…
Reference in New Issue