Skip to content

Commit 0c06144

Browse files
committed
Fix #448: typo in AU915 code
1 parent b1d79b5 commit 0c06144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/lmic_au921.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ void LMICau921_updateTx(ostime_t txbeg) {
249249
globalDutyDelay = txbeg + (airtime << LMIC.globalDutyRate);
250250
}
251251
if (LMICau921_getUplinkDwellBit(LMIC.txParam)) {
252-
dwellDelay = AS923_UPLINK_DWELL_TIME_osticks;
252+
dwellDelay = AU921_UPLINK_DWELL_TIME_osticks;
253253
}
254254
if (dwellDelay > globalDutyDelay) {
255255
globalDutyDelay = dwellDelay;

0 commit comments

Comments
 (0)