mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-02-06 07:24:21 +01:00
Doubling bit I/O buffer ring
This commit is contained in:
parent
cb3e286585
commit
91211c89d6
|
|
@ -47,8 +47,8 @@ enum MMDVM_STATE {
|
|||
#include "P25TX.h"
|
||||
#include "Debug.h"
|
||||
|
||||
const uint16_t TX_RINGBUFFER_SIZE = 256U;
|
||||
const uint16_t RX_RINGBUFFER_SIZE = 256U;
|
||||
const uint16_t TX_RINGBUFFER_SIZE = 512U;
|
||||
const uint16_t RX_RINGBUFFER_SIZE = 512U;
|
||||
|
||||
extern MMDVM_STATE m_modemState;
|
||||
extern MMDVM_STATE m_modemState_prev;
|
||||
|
|
|
|||
Loading…
Reference in a new issue