mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10030 from jamesbeyond/fm_test
TESTS: skip timing accuracy test on FastModelspull/10268/head
commit
8e819de43e
|
|
@ -23,6 +23,11 @@
|
|||
#include "hal/us_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;
|
||||
|
||||
/* This test is created based on the test for Timer class.
|
||||
|
|
|
|||
Loading…
Reference in New Issue