mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 23:33:40 +00:00
Reducing ring buffers for duplex mode fix
This commit is contained in:
parent
a2bad49418
commit
851a7141a2
4 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@
|
|||
const uint8_t P25_START_SYNC = 0x77U;
|
||||
|
||||
CP25TX::CP25TX() :
|
||||
m_buffer(2500U),
|
||||
m_buffer(2000U),
|
||||
m_poBuffer(),
|
||||
m_poLen(0U),
|
||||
m_poPtr(0U),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue