From 68daa55a79dcb720d99476ba4724d9da0cf9c3d3 Mon Sep 17 00:00:00 2001 From: g4eml Date: Sun, 1 Jan 2017 14:27:10 +0000 Subject: [PATCH] Fix crash in DMO Mode Same fix as applied to master branch. --- DMRDMOTX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRDMOTX.h b/DMRDMOTX.h index c93c703..f4a5e09 100644 --- a/DMRDMOTX.h +++ b/DMRDMOTX.h @@ -41,7 +41,7 @@ private: CSerialRB m_fifo; arm_fir_instance_q15 m_modFilter; q15_t m_modState[90U]; // NoTaps + BlockSize - 1, 42 + 20 - 1 plus some spare - uint8_t m_poBuffer[80U]; + uint8_t m_poBuffer[1200U]; uint16_t m_poLen; uint16_t m_poPtr; uint16_t m_txDelay;