Skip to content

Commit 159f59b

Browse files
fix return warning for AlexandreRouma#1234
1 parent 93cafe7 commit 159f59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/dsp/demod/ssb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ namespace dsp::demod {
110110
else if (_mode == Mode::LSB) {
111111
return -_bandwidth / 2.0;
112112
}
113-
else if (_mode == Mode::DSB) {
113+
else {
114114
return 0.0;
115115
}
116116
}

0 commit comments

Comments
 (0)