aboutsummaryrefslogtreecommitdiff
path: root/example-fs-bb48/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'example-fs-bb48/crc32.c')
-rw-r--r--example-fs-bb48/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fs-bb48/crc32.c b/example-fs-bb48/crc32.c
index 4335295..9535324 100644
--- a/example-fs-bb48/crc32.c
+++ b/example-fs-bb48/crc32.c
@@ -1,4 +1,4 @@
-const unsigned int *const crc32_table= (const unsigned int *const)0x00000480;
+const unsigned int *const crc32_table= (const unsigned int *)0x00000480;
void
crc32_init (unsigned int *p)