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

HackRF output: suspend thread when baseband sample rate changes

This commit is contained in:
f4exb
2017-08-08 21:30:04 +02:00
parent 287bf8120d
commit 7b851e8326
2 changed files with 27 additions and 1 deletions
@@ -47,6 +47,7 @@ void HackRFOutputThread::startWork()
void HackRFOutputThread::stopWork()
{
if (!m_running) return;
qDebug("HackRFOutputThread::stopWork");
m_running = false;
wait();