mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-10 02:37:59 -04:00
Fix demodulator uninitialized read
This commit is contained in:
parent
a364ffec6e
commit
3835d5cef4
@ -34,6 +34,7 @@ DemodulatorPreThread::DemodulatorPreThread(DemodulatorInstance *parent) : IOThre
|
|||||||
bandwidthChanged.store(false);
|
bandwidthChanged.store(false);
|
||||||
audioSampleRateChanged.store(false);
|
audioSampleRateChanged.store(false);
|
||||||
modemSettingsChanged.store(false);
|
modemSettingsChanged.store(false);
|
||||||
|
demodTypeChanged.store(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DemodulatorPreThread::isInitialized() {
|
bool DemodulatorPreThread::isInitialized() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user