mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Increasing ring buffer lengths
This commit is contained in:
parent
e1b99f6ee4
commit
c11ff6bf20
4 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ const uint8_t YSF_START_SYNC = 0x77U;
|
|||
const uint8_t YSF_END_SYNC = 0xFFU;
|
||||
|
||||
CYSFTX::CYSFTX() :
|
||||
m_buffer(1500U),
|
||||
m_buffer(4000U),
|
||||
m_modFilter(),
|
||||
m_modState(),
|
||||
m_poBuffer(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue