Fix ADR channel mask handling
Fork of lmic_MOTE_L152RC by
Diff: lmic.h
- Revision:
- 5:e4ba433f0ac1
- Parent:
- 0:f2716e543d97
- Child:
- 8:0faa1bb768b5
--- a/lmic.h Tue Jul 07 18:25:05 2015 +0000 +++ b/lmic.h Fri Jul 17 21:09:16 2015 +0000 @@ -147,6 +147,7 @@ u1_t rxsyms; u1_t dndr; s1_t txpow; // dBm + s1_t txpow_limit; // dBm maximum permitted osjob_t osjob;