mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-24 21:15:24 -04:00
Typo.
This commit is contained in:
parent
917cca4543
commit
346260eb25
@ -84,7 +84,7 @@ void NFMDemod::feed(SampleVector::const_iterator begin, SampleVector::const_iter
|
||||
sample = demod * 30000;
|
||||
|
||||
// Display audio spectrum to 12kHz
|
||||
if (!(m_framedrop & 1))
|
||||
if (++m_framedrop & 1)
|
||||
m_sampleBuffer.push_back(Sample(sample, sample));
|
||||
|
||||
if(m_squelchState > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user