fix return warning for #1234

This commit is contained in:
AlexandreRouma 2024-01-22 19:34:56 +01:00
parent 93cafe7109
commit 159f59b858

View File

@ -110,7 +110,7 @@ namespace dsp::demod {
else if (_mode == Mode::LSB) {
return -_bandwidth / 2.0;
}
else if (_mode == Mode::DSB) {
else {
return 0.0;
}
}