Remove bit roation

This commit is contained in:
Geoffrey Merck 2020-04-23 21:16:20 +02:00
parent bf5ad25609
commit 906de3ad11
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ CTCSSState CFMCTCSSRX::process(q15_t sample)
{ {
m_result = m_result & (~CTS_READY); m_result = m_result & (~CTS_READY);
q31_t samp = q31_t(sample) << 16; q31_t samp = q31_t(sample);
q31_t q2 = m_q1; q31_t q2 = m_q1;
m_q1 = m_q0; m_q1 = m_q0;