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.
1 parent 64027e4 commit 971d0ddCopy full SHA for 971d0dd
hal/tests/TESTS/pin_names/generic/main.cpp
@@ -24,8 +24,8 @@
24
Requirements specified in docs/design-documents/hal/0004-pin-names-general-guidelines.md
25
*/
26
27
-#ifndef LED1
28
-#error [NOT_SUPPORTED] Target is not following mbed-os pin names standard // Test is set as Skipped
+#if !defined LED1 && !defined BUTTON1
+#error [NOT_SUPPORTED] Target doesn't have any LED and BUTTON
29
#else
30
31
using namespace utest::v1;
0 commit comments