[Bell] Added missing return

pull/739/head
jgromes 2023-04-29 23:05:24 +02:00
rodzic e8f94c25d1
commit f1a947c09d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,7 @@ int16_t BellClient::setModem(const BellModem_t& modem) {
int16_t BellClient::setCorrection(float corr) {
this->correction = corr;
return(RADIOLIB_ERR_NONE);
}
size_t BellClient::write(uint8_t b) {