Merge pull request #57 from g4eml/48kHz

Fix crash in DMO Mode
This commit is contained in:
Jonathan Naylor 2017-01-01 15:19:49 +00:00 committed by GitHub
commit 62f3e01aa5
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;