diff options
Diffstat (limited to 'include/apos/debug.h')
| -rw-r--r-- | include/apos/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/debug.h b/include/apos/debug.h index 6263ea2..f703974 100644 --- a/include/apos/debug.h +++ b/include/apos/debug.h @@ -326,7 +326,7 @@ enum serial_dev { * * @param fmt Format string. Integer subset of normal printf formatting. */ -void dbg(const char *fmt, ...) __fmt(1, 2); +void __printf dbg(const char *fmt, ...); /** * Initialize debugging, set up serial driver etc. |
