summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/include/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/include/debug.h b/nuttx/include/debug.h
index 0cb0c2f40..8bd43a310 100644
--- a/nuttx/include/debug.h
+++ b/nuttx/include/debug.h
@@ -197,6 +197,8 @@
# endif
# ifndef CONFIG_DEBUG_VERBOSE
# define vdbg (void)
+# define llvdbg (void)
+# else
# ifndef CONFIG_ARCH_LOWPUTC
# define llvdbg (void)
# endif