pin_names-generic test update before skipping it

pull/14881/head
jeromecoutant 2021-07-06 17:00:08 +02:00
parent 64027e4a03
commit 971d0dd3bd
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
Requirements specified in docs/design-documents/hal/0004-pin-names-general-guidelines.md
*/
#ifndef LED1
#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
#else
using namespace utest::v1;