Fix for STM32F105 startup hang

This commit is contained in:
Andy CA6JAU
2018-08-06 14:53:47 -04:00
parent c2e785cdc4
commit f8ab4fe9bd
5 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const q15_t P25_LEVELD = -1260;
const uint8_t P25_START_SYNC = 0x77U;
CP25TX::CP25TX() :
m_buffer(4000U),
m_buffer(TX_BUFFER_LEN),
m_modFilter(),
m_lpFilter(),
m_modState(),