Basic MAC data interface for LoRa transceiver
Dependents: LoRaBaseStation LoRaTerminal
Diff: AlohaTransceiver.cpp
- Revision:
- 7:bc08d51535b6
- Parent:
- 6:f545f5aa7de3
- Child:
- 8:4bda842f73d4
--- a/AlohaTransceiver.cpp Sun Jul 17 04:52:29 2016 +0000 +++ b/AlohaTransceiver.cpp Sun Jul 17 05:15:47 2016 +0000 @@ -196,11 +196,6 @@ Radio.Rx( RX_TIMEOUT_VALUE ); } -void AlohaTransceiver::reset() -{ - Radio.Reset(); -} - void AlohaTransceiver::registerType(AlohaFrame::AlohaType_t type, aloha_callback_func f) { AlohaTypeCallbackTable[type] = f;