diff --git a/src/protocols/BellModem/BellModem.cpp b/src/protocols/BellModem/BellModem.cpp index 69a67187..087bde17 100644 --- a/src/protocols/BellModem/BellModem.cpp +++ b/src/protocols/BellModem/BellModem.cpp @@ -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) {