mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2025-12-06 07:02:00 +01:00
Merge pull request #123 from msraya/patch-1
YSF pictures can go through modem
This commit is contained in:
commit
89daa20476
|
|
@ -25,7 +25,7 @@
|
||||||
const uint8_t SYNC_BIT_START_ERRS = 2U;
|
const uint8_t SYNC_BIT_START_ERRS = 2U;
|
||||||
const uint8_t SYNC_BIT_RUN_ERRS = 4U;
|
const uint8_t SYNC_BIT_RUN_ERRS = 4U;
|
||||||
|
|
||||||
const unsigned int MAX_SYNC_FRAMES = 4U + 1U;
|
const unsigned int MAX_SYNC_FRAMES = 1U + 1U;
|
||||||
|
|
||||||
const uint8_t BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};
|
const uint8_t BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue