mirror of https://github.com/g4klx/MMDVM.git
Add mising initilizer
This commit is contained in:
parent
e0234dfc00
commit
c0aad5effa
1
FM.cpp
1
FM.cpp
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue