From d5f065d89be752f49dbc0df5b8d0701f8bfecb87 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 1 Apr 2016 09:06:08 +0100 Subject: [PATCH] Reduce the size of the RX_BLOCK_SIZE. --- Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Globals.h b/Globals.h index a97c2c3..d64a64f 100644 --- a/Globals.h +++ b/Globals.h @@ -59,7 +59,7 @@ const uint8_t MARK_SLOT1 = 0x08U; const uint8_t MARK_SLOT2 = 0x04U; const uint8_t MARK_NONE = 0x00U; -const uint16_t RX_BLOCK_SIZE = 20U; +const uint16_t RX_BLOCK_SIZE = 2U; extern MMDVM_STATE m_modemState;