summaryrefslogtreecommitdiff
path: root/firmware/logf.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/logf.c')
-rw-r--r--firmware/logf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index 76b017c092..7d4ffe24af 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -214,7 +214,7 @@ void _logf(const char *fmt, ...)
214 DEBUGF("%s\n", buf); 214 DEBUGF("%s\n", buf);
215#endif 215#endif
216 216
217 vfnprintf(logf_push, NULL, fmt, ap); 217 vuprintf(logf_push, NULL, fmt, ap);
218 va_end(ap); 218 va_end(ap);
219 219
220 /* add trailing zero */ 220 /* add trailing zero */