Skip to content

Commit 92dc08f

Browse files
committed
Fix comment
1 parent 59cca34 commit 92dc08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/lmic_eu868.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static CONST_TABLE(ostime_t, DR2HSYM_osticks)[] = {
8282
us2osticksRound(128 << 3), // DR_SF8
8383
us2osticksRound(128 << 2), // DR_SF7
8484
us2osticksRound(128 << 1), // DR_SF7B
85-
us2osticksRound(80) // FSK -- not used (time for 1/2 byte)
85+
us2osticksRound(80) // FSK -- time for 1/2 byte (unused by LMIC)
8686
};
8787

8888
ostime_t LMICeu868_dr2hsym(uint8_t dr) {

0 commit comments

Comments
 (0)