Merge pull request #56 from g4eml/master

Fix crash in DMR DMO Mode on Teensy
This commit is contained in:
Jonathan Naylor 2017-01-01 15:20:47 +00:00 committed by GitHub
commit 8330ed7dcf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ private:
CSerialRB m_fifo;
arm_fir_instance_q15 m_modFilter;
q15_t m_modState[70U]; // 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;