mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-03 00:53:12 -04:00
missing return params
This commit is contained in:
@@ -66,7 +66,6 @@ AppFrame::AppFrame() :
|
||||
}
|
||||
|
||||
demodulatorTest = demodMgr.newThread(this);
|
||||
demodulatorTest->params.inputResampleRate=170000;
|
||||
demodulatorTest->run();
|
||||
|
||||
threadQueueAudio = new AudioThreadQueue(this);
|
||||
|
||||
Reference in New Issue
Block a user