mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 15:36:21 +00:00
Reduce the size of the RX_BLOCK_SIZE.
This commit is contained in:
parent
25bfeef5a3
commit
d5f065d89b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue