Change the empty activity short LC to the null short LC.

This commit is contained in:
Jonathan Naylor 2016-06-20 19:34:25 +01:00
parent 4dbcfd6b04
commit 1c70de5aee
1 changed files with 1 additions and 1 deletions

View File

@ -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, 0x03U, 0x14U, 0x08U, 0x63U, 0x20U, 0x00U}; {0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 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};