LimeSDR input: corrected report LO ppm to other buddy

This commit is contained in:
f4exb 2017-09-20 22:49:21 +02:00
parent e127952c19
commit c44981eecc
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ bool PlutoSDRInput::applySettings(const PlutoSDRInputSettings& settings, bool fo
if ((m_settings.m_LOppmTenths != settings.m_LOppmTenths) || force)
{
plutoBox->setLOPPMTenths(settings.m_LOppmTenths);
forwardChangeOtherDSP = true;
}
std::vector<std::string> params;