Reduce the size of the RX_BLOCK_SIZE.

This commit is contained in:
Jonathan Naylor 2016-04-01 09:06:08 +01:00
parent 25bfeef5a3
commit d5f065d89b
1 changed files with 1 additions and 1 deletions

View File

@ -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;