mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 23:33:40 +00:00
Restoring YSF, P25 and NXDN ring buffer sizes
This commit is contained in:
parent
d1ac21188f
commit
0d4bc47674
3 changed files with 3 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue