mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Remove bit roation
This commit is contained in:
@@ -111,6 +111,8 @@ CTCSSState CFMCTCSSRX::process(q15_t sample)
|
|||||||
{
|
{
|
||||||
m_result = m_result & (~CTS_READY);
|
m_result = m_result & (~CTS_READY);
|
||||||
|
|
||||||
|
q31_t samp = q31_t(sample);
|
||||||
|
|
||||||
q31_t q2 = m_q1;
|
q31_t q2 = m_q1;
|
||||||
m_q1 = m_q0;
|
m_q1 = m_q0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user