Fix formating
This commit is contained in:
parent
9c4b9eec02
commit
958a633aa0
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@ int16_t LR1120::setFrequency(float freq) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t LR1120::setFrequency(float freq, bool skipCalibration, float band) {
|
int16_t LR1120::setFrequency(float freq, bool skipCalibration, float band) {
|
||||||
#if RADIOLIB_CHECK_PARAMS
|
#if RADIOLIB_CHECK_PARAMS
|
||||||
if(!(((freq >= 150.0) && (freq <= 960.0)) ||
|
if(!(((freq >= 150.0) && (freq <= 960.0)) ||
|
||||||
((freq >= 1900.0) && (freq <= 2200.0)) ||
|
((freq >= 1900.0) && (freq <= 2200.0)) ||
|
||||||
((freq >= 2400.0) && (freq <= 2500.0)))) {
|
((freq >= 2400.0) && (freq <= 2500.0)))) {
|
||||||
return(RADIOLIB_ERR_INVALID_FREQUENCY);
|
return(RADIOLIB_ERR_INVALID_FREQUENCY);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// check if we need to recalibrate image
|
// check if we need to recalibrate image
|
||||||
int16_t state;
|
int16_t state;
|
||||||
|
|
Loading…
Add table
Reference in a new issue