Skip to content

Commit 9a81d82

Browse files
authored
Merge pull request #537 from ricaun/patch-1
v3.1.0 - sx1272 - line misspelled. Merging despite CI failures because the CI failures are due to an upstream problem.
2 parents f67121c + 4551a75 commit 9a81d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ static void configLoraModem () {
534534

535535
// set ModemConfig2 (sf, AgcAutoOn=1 SymbTimeoutHi)
536536
u1_t mc2;
537-
mc2 = (SX1272_MC2_SF7 + ((sf-1)<<4)) | 0x04 | ((LMIC.rxsyms >> 8) & 0x3));
537+
mc2 = (SX1272_MC2_SF7 + ((sf-1)<<4)) | 0x04 | ((LMIC.rxsyms >> 8) & 0x3);
538538

539539
#if CFG_TxContinuousMode
540540
// Only for testing

0 commit comments

Comments
 (0)