1

Revision:
14:94993ae5b164
Parent:
7:ba81f66e56d1
Child:
15:e1c04ec39aa4
diff -r 3303cf2867d4 -r 94993ae5b164 radio_sx126x.cpp
--- a/radio_sx126x.cpp	Thu Dec 13 18:10:28 2018 -0800
+++ b/radio_sx126x.cpp	Wed Sep 11 13:20:21 2019 -0700
@@ -414,6 +414,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) {