[SX126x] Remove unnecessary (void)update;
This commit is contained in:
parent
5f6f6f9a3c
commit
8b5d705174
1 changed files with 0 additions and 1 deletions
|
@ -1391,7 +1391,6 @@ float SX126x::getFrequencyError() {
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t SX126x::getPacketLength(bool update) {
|
size_t SX126x::getPacketLength(bool update) {
|
||||||
(void)update;
|
|
||||||
return(this->getPacketLength(update, NULL));
|
return(this->getPacketLength(update, NULL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue