summaryrefslogtreecommitdiff
path: root/firmware/export/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/panic.h')
-rw-r--r--firmware/export/panic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/panic.h b/firmware/export/panic.h
index 585f827927..fd63687606 100644
--- a/firmware/export/panic.h
+++ b/firmware/export/panic.h
@@ -20,6 +20,6 @@
20#ifndef __PANIC_H__ 20#ifndef __PANIC_H__
21#define __PANIC_H__ 21#define __PANIC_H__
22 22
23void panicf( char *fmt, ... ); 23void panicf( const char *fmt, ... );
24 24
25#endif /* __PANIC_H__ */ 25#endif /* __PANIC_H__ */