Basic MAC data interface for LoRa transceiver
Dependents: LoRaBaseStation LoRaTerminal
Diff: AlohaTransceiver.cpp
- Revision:
- 32:b7d87c5f647c
- Parent:
- 31:a0454fda1538
- Child:
- 33:810074d10fcf
--- a/AlohaTransceiver.cpp Sat Sep 03 04:41:48 2016 +0000 +++ b/AlohaTransceiver.cpp Sat Sep 03 04:51:26 2016 +0000 @@ -283,6 +283,8 @@ case AlohaFrame::Aloha_ACK: { sendFrame(frame); + delete frame; + break; } case AlohaFrame::Aloha_Data: