From 91211c89d6dbb3f06ee473681282c8cff6024ca5 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sat, 8 Jul 2017 14:00:47 -0400 Subject: [PATCH] Doubling bit I/O buffer ring --- Globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Globals.h b/Globals.h index 4c26f07..e2a32d7 100644 --- a/Globals.h +++ b/Globals.h @@ -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;