mirror of https://github.com/ARMmbed/mbed-os.git
Skip the Nanostack MAC tester
parent
ea7b273f6b
commit
e7e29da082
|
@ -39,6 +39,9 @@
|
|||
#error [NOT_SUPPORTED] No 802.15.4 RF driver found for this target
|
||||
#endif
|
||||
|
||||
#ifndef ICETEA_MAC_TESTER_ENABLED
|
||||
#error [NOT_SUPPORTED] Skipping Nanostack MAC tester application.
|
||||
#endif
|
||||
|
||||
extern mac_api_s *mac_interface;
|
||||
RawSerial pc(USBTX, USBRX);
|
||||
|
|
Loading…
Reference in New Issue