Revert "Fix comments"

This reverts commit 3760404af9.
This commit is contained in:
Jonathan Naylor 2017-04-28 16:55:55 +01:00
parent 7e15d1ac70
commit 2506690e98
1 changed files with 1 additions and 1 deletions

2
IO.h
View File

@ -65,7 +65,7 @@ private:
arm_fir_instance_q15 m_lpFilter; arm_fir_instance_q15 m_lpFilter;
q15_t m_rrcState[70U]; // NoTaps + BlockSize - 1, 42 + 20 - 1 plus some spare q15_t m_rrcState[70U]; // NoTaps + BlockSize - 1, 42 + 20 - 1 plus some spare
q15_t m_gaussianState[40U]; // NoTaps + BlockSize - 1, 12 + 20 - 1 plus some spare q15_t m_gaussianState[40U]; // NoTaps + BlockSize - 1, 12 + 20 - 1 plus some spare
q15_t m_lpState[40U]; // NoTaps + BlockSize - 1, 10 + 20 - 1 plus some spare q15_t m_lpState[40U]; // NoTaps + BlockSize - 1, 18 + 20 - 1 plus some spare
bool m_pttInvert; bool m_pttInvert;
q15_t m_rxLevel; q15_t m_rxLevel;