working genpage

This commit is contained in:
2016-03-17 22:17:17 +01:00
parent 3d8ebb9ed8
commit ed17164e1c
9 changed files with 103 additions and 14 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
/* hardware you could probably optimize the shift in assembler by */
/* using byte-swap instructions. */
static uint32_t ICACHE_RODATA_ATTR STORE_ATTR crc_32_tab[] = { /* CRC polynomial 0xedb88320 */
static uint32_t FLASH_DATA crc_32_tab[] = { /* CRC polynomial 0xedb88320 */
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,
0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2,