1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Plugins: cppcheck corrections

This commit is contained in:
f4exb
2017-12-29 03:22:04 +01:00
parent 9cb1a774c6
commit 324aaa86b6
8 changed files with 13 additions and 5 deletions
@@ -30,6 +30,7 @@ void FCDProPlusSettings::resetToDefaults()
m_lnaGain = true;
m_biasT = false;
m_ifGain = 0;
m_mixGain = 0;
m_rfFilterIndex = 0;
m_ifFilterIndex = 0;
m_LOppmTenths = 0;
@@ -38,6 +38,7 @@ void PlutoSDRInputSettings::resetToDefaults()
m_lpfFIREnable = false;
m_lpfFIRBW = 500000U;
m_lpfFIRlog2Decim = 0;
m_lpfFIRGain = 0;
m_gain = 40;
m_antennaPath = RFPATH_A_BAL;
m_gainMode = GAIN_MANUAL;