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
@@ -45,7 +45,7 @@ const uint8_t NXDN_PREAMBLE[] = {0x57U, 0x75U, 0xFDU};
const uint8_t NXDN_SYNC = 0x5FU;
CNXDNTX::CNXDNTX() :
m_buffer(4000U),
m_buffer(TX_BUFFER_LEN),
m_modFilter(),
m_sincFilter(),
m_modState(),