mirror of https://github.com/markqvist/MMDVM.git
Update the empty short LC.
parent
114f720ccc
commit
fba27219f2
|
@ -45,7 +45,7 @@ const uint8_t CACH_INTERLEAVE[] =
|
||||||
73U, 74U, 75U, 77U, 78U, 79U, 81U, 82U, 83U, 85U, 87U, 88U, 89U, 91U, 92U, 93U, 95U};
|
73U, 74U, 75U, 77U, 78U, 79U, 81U, 82U, 83U, 85U, 87U, 88U, 89U, 91U, 92U, 93U, 95U};
|
||||||
|
|
||||||
const uint8_t EMPTY_SHORT_LC[] =
|
const uint8_t EMPTY_SHORT_LC[] =
|
||||||
{0x00U, 0x00U, 0x44U, 0x00U, 0x00U, 0x18U, 0x63U, 0x01U, 0x18U, 0x64U, 0x00U, 0x00U};
|
{0x00U, 0x00U, 0x44U, 0x00U, 0x00U, 0x18U, 0x03U, 0x14U, 0x08U, 0x63U, 0x20U, 0x00U};
|
||||||
|
|
||||||
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 New Issue