summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_printf.c')
-rw-r--r--nuttx/lib/lib_printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/lib_printf.c b/nuttx/lib/lib_printf.c
index 0660d22b3..613de7db9 100644
--- a/nuttx/lib/lib_printf.c
+++ b/nuttx/lib/lib_printf.c
@@ -100,7 +100,7 @@ int printf(const char *fmt, ...)
# ifdef CONFIG_CPP_HAVE_WARNING
# warning "printf has no data sink"
# endif
-# ret = 0;
+ ret = 0;
#endif
va_end(ap);