Fix for missing POCSAG start tone

This commit is contained in:
Andy CA6JAU
2018-07-20 14:17:33 -04:00
parent db3649827f
commit 4821d0e959
4 changed files with 12 additions and 2 deletions
+2
View File
@@ -35,6 +35,8 @@ public:
uint8_t getSpace() const;
bool busy();
private:
CSerialRB m_buffer;
arm_fir_instance_q15 m_modFilter;