You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With refactoring code in 3.99.0-2 compiler throws warning:
In function 'LMICeu868_nextTx':
src/lmic/lmic_eu868.c:304:29: warning: 'feasibleMap' may be used uninitialized in this function feasibleMap |= chnlBit;
And, indeed, feasibleMap seems to be uninitialized in all LMIC<$country>_nextTx() functions?
The text was updated successfully, but these errors were encountered:
With refactoring code in 3.99.0-2 compiler throws warning:
In function 'LMICeu868_nextTx':
src/lmic/lmic_eu868.c:304:29: warning: 'feasibleMap' may be used uninitialized in this function
feasibleMap |= chnlBit;
And, indeed, feasibleMap seems to be uninitialized in all LMIC<$country>_nextTx() functions?
The text was updated successfully, but these errors were encountered: