Basic MAC data interface for LoRa transceiver

Dependencies:   L2Frame crc

Dependents:   LoRaBaseStation LoRaTerminal

Revision:
35:4cfad781d98b
Parent:
34:14b1472a79e4
Child:
36:09c105fe77c0
diff -r 14b1472a79e4 -r 4cfad781d98b AlohaTransceiver.cpp
--- a/AlohaTransceiver.cpp	Sat Sep 03 05:39:15 2016 +0000
+++ b/AlohaTransceiver.cpp	Sat Sep 03 05:45:39 2016 +0000
@@ -5,7 +5,7 @@
 #include "AlohaFrame.h"
 #include "RingBuffer.h"
 
-#define ALLOW_CALLBACK_DEBUG  1
+#define ALLOW_CALLBACK_DEBUG  0
 
 #define SET_FLAG(t, x) (t) |= 1 << (x)
 #define CLEAR_FLAG(t, x) (t) &= ~(1 << (x))