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.
Diff: radio_sx128x.cpp
- Revision:
- 16:34de2ab7eb32
- Parent:
- 15:e1c04ec39aa4
- Child:
- 17:5f34cbe2ac53
diff -r e1c04ec39aa4 -r 34de2ab7eb32 radio_sx128x.cpp
--- a/radio_sx128x.cpp Wed Sep 11 13:23:37 2019 -0700
+++ b/radio_sx128x.cpp Wed Oct 30 12:50:54 2019 -0700
@@ -287,7 +287,8 @@
#ifdef RX_INDICATION
RX_INDICATION = 0;
#endif
- } // else TODO tx timeout
+ } else if (RadioEvents->TxTimeout)
+ RadioEvents->TxTimeout();
}
void Radio::txDoneBottom()
@@ -373,6 +374,7 @@
return 0;
}
+extern RawSerial pc;
void Radio::service()
{
radio.service();