1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

Formatting

This commit is contained in:
srcejon 2024-10-15 08:56:54 +01:00
parent 4ac29d2052
commit 240c3d502e

View File

@ -55,8 +55,9 @@ void RTLSDRThread::startWork()
connect(&m_inputMessageQueue, &MessageQueue::messageEnqueued, this, &RTLSDRThread::handleInputMessages);
m_startWaitMutex.lock();
start();
while(!m_running)
while (!m_running) {
m_startWaiter.wait(&m_startWaitMutex, 100);
}
m_startWaitMutex.unlock();
}