mirror of https://github.com/markqvist/MMDVM.git
Fix comments
parent
68dfdf0c21
commit
3760404af9
2
IO.h
2
IO.h
|
@ -65,7 +65,7 @@ private:
|
|||
arm_fir_instance_q15 m_lpFilter;
|
||||
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_lpState[40U]; // NoTaps + BlockSize - 1, 18 + 20 - 1 plus some spare
|
||||
q15_t m_lpState[40U]; // NoTaps + BlockSize - 1, 10 + 20 - 1 plus some spare
|
||||
|
||||
bool m_pttInvert;
|
||||
q15_t m_rxLevel;
|
||||
|
|
Loading…
Reference in New Issue