Fix crash in DMO Mode

Same fix as applied to master branch.
48kHz^2
g4eml 2017-01-01 14:27:10 +00:00 committed by GitHub
parent d4c1378ec9
commit 68daa55a79
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ private:
CSerialRB m_fifo; CSerialRB m_fifo;
arm_fir_instance_q15 m_modFilter; arm_fir_instance_q15 m_modFilter;
q15_t m_modState[90U]; // NoTaps + BlockSize - 1, 42 + 20 - 1 plus some spare 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_poLen;
uint16_t m_poPtr; uint16_t m_poPtr;
uint16_t m_txDelay; uint16_t m_txDelay;