1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Perseus: do a full start/stop when changing sample rate

This commit is contained in:
f4exb
2018-02-15 00:48:51 +01:00
parent db6cfe2257
commit 5f91db13da
2 changed files with 3 additions and 2 deletions
@@ -39,6 +39,7 @@ PerseusThread::~PerseusThread()
void PerseusThread::startWork()
{
qDebug("PerseusThread::startWork");
m_startWaitMutex.lock();
start();
while(!m_running)