mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05:00
Metis MISO: fixed useless dependency on decimation for Tx in apply settings
This commit is contained in:
parent
68edf32cd7
commit
10a639079a
@ -435,8 +435,7 @@ bool MetisMISO::applySettings(const MetisMISOSettings& settings, bool force)
|
||||
}
|
||||
}
|
||||
|
||||
if ((m_settings.m_txCenterFrequency != settings.m_txCenterFrequency) ||
|
||||
(m_settings.m_log2Decim != settings.m_log2Decim) || force)
|
||||
if ((m_settings.m_txCenterFrequency != settings.m_txCenterFrequency) || force)
|
||||
{
|
||||
DSPMIMOSignalNotification *engineTxNotif = new DSPMIMOSignalNotification(
|
||||
48000, settings.m_txCenterFrequency, false, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user