1

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();