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 86d0471 commit 4abefe5Copy full SHA for 4abefe5
hal/tests/TESTS/pin_names/generic/main.cpp
@@ -26,7 +26,6 @@ Requirements specified in docs/design-documents/hal/0004-pin-names-general-guide
26
27
#ifndef LED1
28
#error [NOT_SUPPORTED] Target is not following mbed-os pin names standard // Test is set as Skipped
29
-// #error [NOT_SUPPORTED] Target is not following mbed-os pin names standard // Test is set as Error
30
#else
31
32
using namespace utest::v1;
@@ -82,6 +81,9 @@ Case cases[] = {
82
81
#ifdef BUTTON2
83
Case("BUTTON2", BUTTON_test<2, BUTTON2>),
84
#endif
+#ifdef BUTTON3
85
+ Case("BUTTON3", BUTTON_test<3, BUTTON3>),
86
+#endif
87
};
88
89
utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
0 commit comments