mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
fix return warning for #1234
This commit is contained in:
parent
93cafe7109
commit
159f59b858
@ -110,7 +110,7 @@ namespace dsp::demod {
|
|||||||
else if (_mode == Mode::LSB) {
|
else if (_mode == Mode::LSB) {
|
||||||
return -_bandwidth / 2.0;
|
return -_bandwidth / 2.0;
|
||||||
}
|
}
|
||||||
else if (_mode == Mode::DSB) {
|
else {
|
||||||
return 0.0;
|
return 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user