Basic MAC data interface for LoRa transceiver

Dependencies:   L2Frame crc

Dependents:   LoRaBaseStation LoRaTerminal

Revision:
21:3b86a44b98c8
Parent:
20:bd26d3cbc0bd
Child:
22:2e39f382f782
--- a/AlohaTransceiver.cpp	Wed Aug 24 10:46:33 2016 +0000
+++ b/AlohaTransceiver.cpp	Thu Sep 01 01:00:09 2016 +0000
@@ -261,12 +261,6 @@
     // send to radio 
     Radio.Send(buffer, frame_length);
     
-    // workaround: set radio to rx state after transmitting
-    // i noticed different hehavior on different driver
-#ifdef DRIVER_INAIR
-    Radio.Rx(0);
-#endif
-    
     State = LOWPOWER;
     
     return true;