mirror of https://github.com/ARMmbed/mbed-os.git
Disable `tests-mbed_drivers-timerevent` test if USTICKER support is disabled.
parent
2b7d7a822b
commit
48a769dbb3
|
@ -13,6 +13,10 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#if !DEVICE_USTICKER
|
||||
#error [NOT_SUPPORTED] usticker not supported for this target.
|
||||
#endif
|
||||
|
||||
#include "mbed.h"
|
||||
#include "greentea-client/test_env.h"
|
||||
#include "unity.h"
|
||||
|
|
Loading…
Reference in New Issue