File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
hal/tests/TESTS/pin_names/generic Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Requirements specified in docs/design-documents/hal/0004-pin-names-general-guide
2626
2727#ifndef LED1
2828#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
29+ // #error Target is not following mbed-os pin names standard // Test is set as Error
3030#else
3131
3232using namespace utest ::v1;
@@ -82,6 +82,9 @@ Case cases[] = {
8282#ifdef BUTTON2
8383 Case (" BUTTON2" , BUTTON_test<2 , BUTTON2>),
8484#endif
85+ #ifdef BUTTON3
86+ Case (" BUTTON3" , BUTTON_test<3 , BUTTON3>),
87+ #endif
8588};
8689
8790utest::v1::status_t greentea_test_setup (const size_t number_of_cases)
You can’t perform that action at this time.
0 commit comments