Restoring YSF, P25 and NXDN ring buffer sizes

This commit is contained in:
Andy CA6JAU 2018-05-22 20:46:06 -04:00
parent d1ac21188f
commit 0d4bc47674
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
const uint8_t P25_START_SYNC = 0x77U;
CP25TX::CP25TX() :
m_buffer(2000U),
m_buffer(1500U),
m_poBuffer(),
m_poLen(0U),
m_poPtr(0U),