summaryrefslogtreecommitdiff
path: root/firmware/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/debug.c')
-rw-r--r--firmware/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/debug.c b/firmware/debug.c
index 5cc032b1b3..0989e80b17 100644
--- a/firmware/debug.c
+++ b/firmware/debug.c
@@ -222,6 +222,7 @@ void debugf(const char *fmt, ...)
222void debug_init(void) 222void debug_init(void)
223{ 223{
224} 224}
225extern void *stderr;
225 226
226void debugf(const char *fmt, ...) 227void debugf(const char *fmt, ...)
227{ 228{