summaryrefslogtreecommitdiff
path: root/firmware/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/debug.h')
-rw-r--r--firmware/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/debug.h b/firmware/debug.h
index f8e6496b04..6825566951 100644
--- a/firmware/debug.h
+++ b/firmware/debug.h
@@ -19,6 +19,7 @@
19#ifndef DEBUG_H 19#ifndef DEBUG_H
20#define DEBUG_H 20#define DEBUG_H
21 21
22extern void debug_init(void);
22extern void debugf(char* fmt,...); 23extern void debugf(char* fmt,...);
23 24
24#ifdef __GNUC__ 25#ifdef __GNUC__