mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 02:08:46 -04:00
Race condition.
This commit is contained in:
@@ -93,8 +93,8 @@ bool FCDInput::startInput(int device)
|
||||
|
||||
m_deviceDescription = QString("Funcube Dongle");
|
||||
|
||||
if (!applySettings(m_generalSettings, m_settings, true))
|
||||
qCritical("FCD: Unable to set config at start");
|
||||
// if (!applySettings(m_generalSettings, m_settings, true))
|
||||
// qCritical("FCD: Unable to set config at start");
|
||||
|
||||
qDebug("FCDInput: start");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user