Skip to content

Commit

Permalink
fix return warning for #1234
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Jan 22, 2024
1 parent 93cafe7 commit 159f59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/dsp/demod/ssb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 159f59b

Please sign in to comment.