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