diff --git a/TESTS/nfc/eeprom/main.cpp b/TESTS/nfc/eeprom/main.cpp index 1f5fee6196..617dff79ee 100644 --- a/TESTS/nfc/eeprom/main.cpp +++ b/TESTS/nfc/eeprom/main.cpp @@ -23,6 +23,10 @@ #include #include "NFCEEPROMDriver.h" +#if !NFCEEPROM +#error [NOT_SUPPORTED] NFC EEPROM not supported for this target +#endif + using namespace utest::v1; /* individual steps that map to specific operations that include parameters */