Skip to content

Commit e7e29da

Browse files
author
Juhani Puurula
committed
Skip the Nanostack MAC tester
1 parent ea7b273 commit e7e29da

File tree

1 file changed

+3
-0
lines changed
  • TEST_APPS/device/nanostack_mac_tester

1 file changed

+3
-0
lines changed

TEST_APPS/device/nanostack_mac_tester/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
#error [NOT_SUPPORTED] No 802.15.4 RF driver found for this target
4040
#endif
4141

42+
#ifndef ICETEA_MAC_TESTER_ENABLED
43+
#error [NOT_SUPPORTED] Skipping Nanostack MAC tester application.
44+
#endif
4245

4346
extern mac_api_s *mac_interface;
4447
RawSerial pc(USBTX, USBRX);

0 commit comments

Comments
 (0)