Reducing ring buffers for duplex mode fix

This commit is contained in:
Andy CA6JAU 2018-05-21 15:23:48 -04:00
parent a2bad49418
commit 851a7141a2
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ const uint8_t YSF_START_SYNC = 0x77U;
const uint8_t YSF_END_SYNC = 0xFFU;
CYSFTX::CYSFTX() :
m_buffer(2500U),
m_buffer(2000U),
m_poBuffer(),
m_poLen(0U),
m_poPtr(0U),