Skip to content

Commit

Permalink
Fix #448: typo in AU915 code
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Sep 11, 2019
1 parent b1d79b5 commit 0c06144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/lmic_au921.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void LMICau921_updateTx(ostime_t txbeg) {
globalDutyDelay = txbeg + (airtime << LMIC.globalDutyRate);
}
if (LMICau921_getUplinkDwellBit(LMIC.txParam)) {
dwellDelay = AS923_UPLINK_DWELL_TIME_osticks;
dwellDelay = AU921_UPLINK_DWELL_TIME_osticks;
}
if (dwellDelay > globalDutyDelay) {
globalDutyDelay = dwellDelay;
Expand Down

0 comments on commit 0c06144

Please sign in to comment.