Remove extraneous line

probonopd-try-USBGadgetPin
probonopd 4 months ago committed by GitHub
parent b5b457a04b
commit ca6e227ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/config.cpp

@ -46,8 +46,6 @@ void CConfig::Load (void)
m_bUSBGadgetMode = true; m_bUSBGadgetMode = true;
} }
m_bUSBGadgetMode = m_Properties.GetNumber ("USBGadget", 0) != 0;
m_SoundDevice = m_Properties.GetString ("SoundDevice", "pwm"); m_SoundDevice = m_Properties.GetString ("SoundDevice", "pwm");
m_nSampleRate = m_Properties.GetNumber ("SampleRate", 48000); m_nSampleRate = m_Properties.GetNumber ("SampleRate", 48000);

Loading…
Cancel
Save