Increasing buffers (IO and DMR) for BlueDV compatibility

pull/18/head
Andy CA6JAU 8 years ago
parent 2beb3d7618
commit d2f5386164

@ -24,7 +24,7 @@
const uint8_t DMR_SYNC = 0x5FU;
CDMRDMOTX::CDMRDMOTX() :
m_fifo(),
m_fifo(875U),
m_poBuffer(),
m_poLen(0U),
m_poPtr(0U),

@ -62,8 +62,8 @@ const uint8_t MARK_NONE = 0x00U;
#include "Debug.h"
#include "Utils.h"
const uint16_t TX_RINGBUFFER_SIZE = 512U;
const uint16_t RX_RINGBUFFER_SIZE = 512U;
const uint16_t TX_RINGBUFFER_SIZE = 1024U;
const uint16_t RX_RINGBUFFER_SIZE = 1024U;
extern MMDVM_STATE m_modemState;
extern MMDVM_STATE m_modemState_prev;

Loading…
Cancel
Save

Powered by TurnKey Linux.