summaryrefslogtreecommitdiff
path: root/firmware/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/debug.c')
-rw-r--r--firmware/debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/debug.c b/firmware/debug.c
index 94404586de..bc382335b6 100644
--- a/firmware/debug.c
+++ b/firmware/debug.c
@@ -35,7 +35,6 @@ static char debugbuf[400];
35#endif 35#endif
36#endif 36#endif
37 37
38#ifndef SIMULATOR /* allow non archos platforms to display output */
39#include "kernel.h" 38#include "kernel.h"
40#include "system.h" 39#include "system.h"
41#include "debug.h" 40#include "debug.h"
@@ -257,4 +256,3 @@ void debugf(const char *fmt, ...)
257#endif 256#endif
258} 257}
259 258
260#endif