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 ef56ea6092..17c4bdfdd6 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -19,7 +19,7 @@
19#ifndef DEBUG_H 19#ifndef DEBUG_H
20#define DEBUG_H 20#define DEBUG_H
21 21
22#include <_ansi.h> 22#include "../include/_ansi.h"
23 23
24extern void debug_init(void); 24extern void debug_init(void);
25extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2); 25extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2);