mirror of https://github.com/ARMmbed/mbed-os.git
require EEPROM define to eclude from CI builds
parent
5513d29da6
commit
17b5e2ef3e
|
@ -23,6 +23,10 @@
|
||||||
#include <events/mbed_events.h>
|
#include <events/mbed_events.h>
|
||||||
#include "NFCEEPROMDriver.h"
|
#include "NFCEEPROMDriver.h"
|
||||||
|
|
||||||
|
#if !NFCEEPROM
|
||||||
|
#error [NOT_SUPPORTED] NFC EEPROM not supported for this target
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace utest::v1;
|
using namespace utest::v1;
|
||||||
|
|
||||||
/* individual steps that map to specific operations that include parameters */
|
/* individual steps that map to specific operations that include parameters */
|
||||||
|
|
Loading…
Reference in New Issue