Add mising initilizer

This commit is contained in:
Geoffrey Merck 2020-05-08 21:47:03 +02:00
parent e0234dfc00
commit c0aad5effa
1 changed files with 1 additions and 0 deletions

1
FM.cpp
View File

@ -52,6 +52,7 @@ m_cosInvert(false),
m_rfAudioBoost(1U), m_rfAudioBoost(1U),
m_extAudioBoost(1U), m_extAudioBoost(1U),
m_downsampler(128U),//Size might need adjustement m_downsampler(128U),//Size might need adjustement
m_extEnabled(false),
m_rxLevel(1), m_rxLevel(1),
m_outputRB(2400U) // 100ms of audio m_outputRB(2400U) // 100ms of audio
{ {