[Bell] Added missing return
This commit is contained in:
parent
e8f94c25d1
commit
f1a947c09d
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ int16_t BellClient::setModem(const BellModem_t& modem) {
|
||||||
|
|
||||||
int16_t BellClient::setCorrection(float corr) {
|
int16_t BellClient::setCorrection(float corr) {
|
||||||
this->correction = corr;
|
this->correction = corr;
|
||||||
|
return(RADIOLIB_ERR_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t BellClient::write(uint8_t b) {
|
size_t BellClient::write(uint8_t b) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue