Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frazar committed Sep 26, 2018
1 parent c79676d commit 99848e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/lmic.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ struct lmic_t {

u4_t freq;
s1_t rssi;
s1_t snr; // LMIC.snr is SNR time 4
s1_t snr; // LMIC.snr is SNR times 4
rps_t rps;
u1_t rxsyms;
u1_t dndr;
Expand Down

0 comments on commit 99848e0

Please sign in to comment.