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;