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
1 changed files with 1 additions and 1 deletions

View File

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