We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 756830e + ad18cc8 commit 6fd39f4Copy full SHA for 6fd39f4
platform/tests/TESTS/mbed_platform/wait_ns/CMakeLists.txt
@@ -3,7 +3,7 @@
3
4
include(mbed_greentea)
5
6
-if(DEFINED TARGET_ARM_FM)
+if("TARGET_ARM_FM" IN_LIST MBED_TARGET_DEFINITIONS)
7
set(TEST_SKIPPED "Wait ns test not supported.")
8
endif()
9
0 commit comments