We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b015264 commit 3d226eaCopy full SHA for 3d226ea
TEST_APPS/device/nanostack_mac_tester/main.cpp
@@ -39,6 +39,9 @@
39
#error [NOT_SUPPORTED] No 802.15.4 RF driver found for this target
40
#endif
41
42
+#ifndef ICETEA_MAC_TESTER_ENABLED
43
+#error [NOT_SUPPORTED] Skipping Nanostack MAC tester application.
44
+#endif
45
46
extern mac_api_s *mac_interface;
47
RawSerial pc(USBTX, USBRX);
0 commit comments