summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 0f4305640e..9fd2e33749 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -202,7 +202,7 @@ bool dbg_mpeg_thread(void)
202 202
203 203
204/* Tool function to calculate a CRC16 across some buffer */ 204/* Tool function to calculate a CRC16 across some buffer */
205unsigned short crc_16(unsigned char* buf, unsigned len) 205unsigned short crc_16(const unsigned char* buf, unsigned len)
206{ 206{
207 /* CCITT standard polynomial 0x1021 */ 207 /* CCITT standard polynomial 0x1021 */
208 static const unsigned short crc16_lookup[16] = 208 static const unsigned short crc16_lookup[16] =