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