Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LoRaBaseStation LoRaTerminal
Revision 30:bccad60351ac, committed 2016-09-03
- 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