ENEL400 / AlohaTransceiver

Dependencies:   L2Frame crc

Dependents:   LoRaBaseStation LoRaTerminal

Files at this revision

API Documentation at this revision

Comitter:
rba90
Date:
Sat Sep 03 03:15:52 2016 +0000
Parent:
29:6c59b0bba861
Child:
31:a0454fda1538
Commit message:
update comment

Changed in this revision

AlohaTransceiver.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/AlohaTransceiver.cpp	Sat Sep 03 02:47:46 2016 +0000
+++ b/AlohaTransceiver.cpp	Sat Sep 03 03:15:52 2016 +0000
@@ -164,6 +164,8 @@
         case RX:
         {   
             // process packet if received
+            // it is noticed that the rx handler does not queue the received packet
+            // due to the hardware limitation
             while (AlohaRxQueue.getCounter() > 0)
             {
                 // pop from queue