Skip the Nanostack MAC tester

pull/7996/head
Juhani Puurula 2018-10-01 11:26:56 +03:00
parent ea7b273f6b
commit e7e29da082
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
#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);