Skip to content

Commit 98b1259

Browse files
author
Minoru Tomobe
committed
# Conflicts: # src/LoRa.cpp
2 parents d8a2c0a + e75fd5b commit 98b1259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LoRa.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ void LoRaClass::handleDio0Rise()
710710

711711
// reset FIFO address
712712
writeRegister(REG_FIFO_ADDR_PTR, 0);
713+
713714
} else if ((irqFlags & IRQ_TX_DONE_MASK) != 0) {
714715
if (_onTxDone) {
715716
_onTxDone();

0 commit comments

Comments
 (0)