Skip to content

Commit

Permalink
AM demod: fixed initialization of squelch counter. Fixes issue #502
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Apr 9, 2020
1 parent 19a1c5c commit 73af940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/channelrx/demodam/amdemodsink.cpp
Expand Up @@ -29,6 +29,7 @@
AMDemodSink::AMDemodSink() :
m_channelSampleRate(48000),
m_channelFrequencyOffset(0),
m_squelchCount(0),
m_squelchOpen(false),
m_squelchDelayLine(9600),
m_magsqSum(0.0f),
Expand Down

0 comments on commit 73af940

Please sign in to comment.