From 67129feee9f0299b04a3e272bfec2a13d13dd056 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 1 Apr 2016 09:07:55 +0100 Subject: [PATCH] Reduce the RX_BLOCK_SIZE. --- Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Globals.h b/Globals.h index a97c2c3..80a7efe 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 = 4U; extern MMDVM_STATE m_modemState;