mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 06:25:09 +00:00
Increasing ring buffers
This commit is contained in:
parent
fb8806ec01
commit
05d5b38ab9
4 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ const uint8_t NXDN_PREAMBLE[] = {0x57U, 0x75U, 0xFDU};
|
|||
const uint8_t NXDN_SYNC = 0x5FU;
|
||||
|
||||
CNXDNTX::CNXDNTX() :
|
||||
m_buffer(1500U),
|
||||
m_buffer(2500U),
|
||||
m_poBuffer(),
|
||||
m_poLen(0U),
|
||||
m_poPtr(0U),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue