mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
HackRF output: suspend thread when baseband sample rate changes
This commit is contained in:
@@ -47,6 +47,7 @@ void HackRFOutputThread::startWork()
|
||||
|
||||
void HackRFOutputThread::stopWork()
|
||||
{
|
||||
if (!m_running) return;
|
||||
qDebug("HackRFOutputThread::stopWork");
|
||||
m_running = false;
|
||||
wait();
|
||||
|
||||
Reference in New Issue
Block a user