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

View file

@ -44,7 +44,7 @@ const uint8_t YSF_END_SYNC = 0xFFU;
const uint8_t YSF_HANG = 0x00U;
CYSFTX::CYSFTX() :
m_buffer(4000U),
m_buffer(TX_BUFFER_LEN),
m_modFilter(),
m_modState(),
m_poBuffer(),