[SX128x] Remove unnecessary `(void)update;`

pull/1185/head
GUVWAF 2024-08-10 18:40:19 +02:00
rodzic 8b5d705174
commit ddaf1ffd52
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1254,7 +1254,6 @@ float SX128x::getFrequencyError() {
}
size_t SX128x::getPacketLength(bool update) {
(void)update;
return(this->getPacketLength(update, NULL));
}