kopia lustrzana https://github.com/jgromes/RadioLib
[Bell] Added missing return
rodzic
e8f94c25d1
commit
f1a947c09d
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue