summaryrefslogtreecommitdiff
path: root/firmware/export/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/debug.h')
-rw-r--r--firmware/export/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/debug.h b/firmware/export/debug.h
index 9d85590136..f7f0f32426 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -21,7 +21,7 @@
21#ifndef DEBUG_H 21#ifndef DEBUG_H
22#define DEBUG_H 22#define DEBUG_H
23 23
24#include "../include/_ansi.h" 24#include "gcc_extensions.h"
25 25
26extern void debug_init(void); 26extern void debug_init(void);
27extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2); 27extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2);