mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-27 10:34:22 +01:00
Increasing TX and RX IO bit ring buffer
This commit is contained in:
parent
e7fad3220e
commit
8869950ef7
|
|
@ -47,8 +47,8 @@ enum MMDVM_STATE {
|
|||
#include "P25TX.h"
|
||||
#include "Debug.h"
|
||||
|
||||
const uint16_t TX_RINGBUFFER_SIZE = 100U;
|
||||
const uint16_t RX_RINGBUFFER_SIZE = 120U;
|
||||
const uint16_t TX_RINGBUFFER_SIZE = 256U;
|
||||
const uint16_t RX_RINGBUFFER_SIZE = 256U;
|
||||
|
||||
extern MMDVM_STATE m_modemState;
|
||||
extern MMDVM_STATE m_modemState_prev;
|
||||
|
|
|
|||
Loading…
Reference in a new issue