From 3760404af9c948ac123fd0400991cfa6878726ee Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 16 Apr 2017 10:28:30 -0300 Subject: [PATCH] Fix comments --- IO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.h b/IO.h index c5913f1..7a23374 100644 --- a/IO.h +++ b/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;