[LoRaWAN] Remove shadowed variable

This commit is contained in:
StevenCellist 2024-09-16 01:28:25 +02:00
parent b76327c10f
commit 97579292de

View file

@ -2213,7 +2213,6 @@ bool LoRaWANNode::execMacCommand(uint8_t cid, uint8_t* optIn, uint8_t lenIn, uin
} else {
// if not a valid server version, retransmit RekeyInd
uint8_t cid = RADIOLIB_LORAWAN_MAC_REKEY;
uint8_t cLen = 0;
this->getMacLen(cid, &cLen, RADIOLIB_LORAWAN_UPLINK);
uint8_t cOcts[1] = { this->rev };