From 2506690e9849879393648efe217a066e6871d95f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 28 Apr 2017 16:55:55 +0100 Subject: [PATCH] Revert "Fix comments" This reverts commit 3760404af9c948ac123fd0400991cfa6878726ee. --- IO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.h b/IO.h index 7a23374..c5913f1 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, 10 + 20 - 1 plus some spare + q15_t m_lpState[40U]; // NoTaps + BlockSize - 1, 18 + 20 - 1 plus some spare bool m_pttInvert; q15_t m_rxLevel;