Skip the Nanostack MAC tester

pull/8341/head
Juhani Puurula 2018-10-01 11:26:56 +03:00 committed by adbridge
parent b015264ae8
commit 3d226eaf5e
1 changed files with 3 additions and 0 deletions

View File

@ -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);