diff options
Diffstat (limited to 'lib/crctable.out')
-rw-r--r-- | lib/crctable.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crctable.out b/lib/crctable.out index 47842cd..f70577e 100644 --- a/lib/crctable.out +++ b/lib/crctable.out @@ -18,7 +18,7 @@ /* */
/*****************************************************************/
-unsigned long EDC_crctable[256] =
+const unsigned long EDC_crctable[256] =
{
0x00000000L, 0x90910101L, 0x91210201L, 0x01B00300L,
0x92410401L, 0x02D00500L, 0x03600600L, 0x93F10701L,
|