aboutsummaryrefslogtreecommitdiff
path: root/include/apos/debug.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-11 23:35:33 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-11 23:35:33 +0300
commit62ee0f7e1936a9eccb55fa360a1dce223819e0b8 (patch)
tree2c67698cac4e94cd7643f7acf19f1ada12f37472 /include/apos/debug.h
parent56fb0b774a8e89be1cb7ab1e5f464bbedd19fb22 (diff)
downloadkmi-62ee0f7e1936a9eccb55fa360a1dce223819e0b8.tar.gz
kmi-62ee0f7e1936a9eccb55fa360a1dce223819e0b8.zip
continue documentation
Diffstat (limited to 'include/apos/debug.h')
-rw-r--r--include/apos/debug.h2
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.