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