mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-02 23:18:07 +02:00
fix return warning for #1234
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user