1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-30 16:56:35 -04:00

Deep redesign: FCD: Fixed type in sample rate 960000 -> 96000 (Hz)

This commit is contained in:
f4exb 2015-08-27 06:36:17 +02:00
parent c348cc62e0
commit 30b51b5888

View File

@ -194,7 +194,7 @@ void FCDInput::applySettings(const Settings& settings, bool force)
if (signalChange)
{
DSPSignalNotification *notif = new DSPSignalNotification(960000, m_settings.centerFrequency);
DSPSignalNotification *notif = new DSPSignalNotification(96000, m_settings.centerFrequency);
getOutputMessageQueue()->push(notif);
}
}