kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
fix return warning for #1234
rodzic
93cafe7109
commit
159f59b858
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue