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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/debug.h b/firmware/export/debug.h
index dd65c3d7be..f9f93fdcd9 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -28,6 +28,7 @@ extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2);
28extern void ldebugf(const char* file, int line, const char *fmt, ...) 28extern void ldebugf(const char* file, int line, const char *fmt, ...)
29 ATTRIBUTE_PRINTF(3, 4); 29 ATTRIBUTE_PRINTF(3, 4);
30 30
31#ifndef CODEC
31#ifdef __GNUC__ 32#ifdef __GNUC__
32 33
33/* */ 34/* */
@@ -57,5 +58,5 @@ void breakpoint(void);
57 58
58#endif /* GCC */ 59#endif /* GCC */
59 60
60 61#endif /* CODEC */
61#endif 62#endif