[LoRaWAN] Remove unused variable
This commit is contained in:
parent
d789194192
commit
805654f76b
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ int16_t LoRaWANNode::sendReceive(const uint8_t* dataUp, size_t lenUp, uint8_t fP
|
||||||
return(RADIOLIB_ERR_NULL_POINTER);
|
return(RADIOLIB_ERR_NULL_POINTER);
|
||||||
}
|
}
|
||||||
int16_t state = RADIOLIB_ERR_UNKNOWN;
|
int16_t state = RADIOLIB_ERR_UNKNOWN;
|
||||||
Module* mod = this->phyLayer->getMod();
|
|
||||||
|
|
||||||
// if after (at) ADR_ACK_LIMIT frames no RekeyConf was received, revert to Join state
|
// if after (at) ADR_ACK_LIMIT frames no RekeyConf was received, revert to Join state
|
||||||
if(this->fCntUp == (1UL << this->adrLimitExp)) {
|
if(this->fCntUp == (1UL << this->adrLimitExp)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue