diff --git a/FMCTCSSRX.cpp b/FMCTCSSRX.cpp index 3305ba8..623fc5b 100644 --- a/FMCTCSSRX.cpp +++ b/FMCTCSSRX.cpp @@ -111,7 +111,7 @@ CTCSSState CFMCTCSSRX::process(q15_t sample) { m_result = m_result & (~CTS_READY); - q31_t samp = q31_t(sample) << 16; + q31_t samp = q31_t(sample); q31_t q2 = m_q1; m_q1 = m_q0;