We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3792d commit 30ed001Copy full SHA for 30ed001
src/lmic/lmic_as923.c
@@ -395,6 +395,7 @@ ostime_t LMICas923_nextTx(ostime_t now) {
395
396
// make a mask of candidates available for use
397
availMap = 0;
398
+ feasibleMap = 0;
399
for (u1_t chnl = 0; chnl < MAX_CHANNELS; ++chnl) {
400
u2_t chnlBit = 1 << chnl;
401
src/lmic/lmic_eu868.c
@@ -285,6 +285,7 @@ ostime_t LMICeu868_nextTx(ostime_t now) {
285
286
287
288
289
290
291
0 commit comments