mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
missing return params
This commit is contained in:
parent
dd42d112c9
commit
75c51f1236
@ -66,7 +66,6 @@ AppFrame::AppFrame() :
|
||||
}
|
||||
|
||||
demodulatorTest = demodMgr.newThread(this);
|
||||
demodulatorTest->params.inputResampleRate=170000;
|
||||
demodulatorTest->run();
|
||||
|
||||
threadQueueAudio = new AudioThreadQueue(this);
|
||||
|
@ -37,7 +37,10 @@ public:
|
||||
delete threadQueueDemod;
|
||||
t_Demod = NULL;
|
||||
threadQueueDemod = NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user