mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
fixed a typo MSVC should absolutely have caught, fuck you microslop
This commit is contained in:
@@ -48,7 +48,7 @@ namespace dsp::demod {
|
||||
base_type::tempStop();
|
||||
_samplerate = samplerate;
|
||||
demod.setDeviation(_bandwidth / 2.0, _samplerate);
|
||||
updateFilter(_lowPass, _highPass);
|
||||
updateFilter(_lowPass);
|
||||
base_type::tempStart();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user