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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/panic.h b/firmware/export/panic.h
index fd63687606..fa8f854cd5 100644
--- a/firmware/export/panic.h
+++ b/firmware/export/panic.h
@@ -20,6 +20,8 @@
20#ifndef __PANIC_H__ 20#ifndef __PANIC_H__
21#define __PANIC_H__ 21#define __PANIC_H__
22 22
23void panicf( const char *fmt, ... ); 23#include "_ansi.h"
24
25void panicf( const char *fmt, ... ) ATTRIBUTE_PRINTF(1, 2);
24 26
25#endif /* __PANIC_H__ */ 27#endif /* __PANIC_H__ */