mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
BladeRF output: suspend thread when baseband sample rate changes
This commit is contained in:
@@ -222,7 +222,7 @@ bool HackRFOutput::applySettings(const HackRFOutputSettings& settings, bool forc
|
||||
qDebug() << "HackRFOutput::applySettings";
|
||||
|
||||
if ((m_settings.m_devSampleRate != settings.m_devSampleRate) ||
|
||||
(m_settings.m_log2Interp != settings.m_log2Interp) || force)
|
||||
(m_settings.m_log2Interp != settings.m_log2Interp) || force)
|
||||
{
|
||||
suspendThread = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user