1

Revision:
14:94993ae5b164
Parent:
9:97a6de3dbc86
Child:
15:e1c04ec39aa4
diff -r 3303cf2867d4 -r 94993ae5b164 radio_sx128x.cpp
--- a/radio_sx128x.cpp	Thu Dec 13 18:10:28 2018 -0800
+++ b/radio_sx128x.cpp	Wed Sep 11 13:20:21 2019 -0700
@@ -248,6 +248,9 @@
 {
     irqAt = lpt.read_us();
 
+    if (RadioEvents->DioPin_top_half)
+        RadioEvents->DioPin_top_half();
+
     if (radio.chipMode == CHIPMODE_TX) {
         /* TxDone handling requires low latency */
         if (RadioEvents->TxDone_topHalf) {