summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-15 21:44:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-15 21:44:12 +0000
commit7071bb4cdb67b8ec70afa863a0d4e242ab5d3393 (patch)
treeed4d754e29cc78127fc57ae227eea1128073a59b /nuttx
parent15dc1e877428714e671d38b6a842c007d3ed13e7 (diff)
downloadpx4-nuttx-7071bb4cdb67b8ec70afa863a0d4e242ab5d3393.tar.gz
px4-nuttx-7071bb4cdb67b8ec70afa863a0d4e242ab5d3393.tar.bz2
px4-nuttx-7071bb4cdb67b8ec70afa863a0d4e242ab5d3393.zip
Fix some debug macro defintions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1613 42af7a65-404d-4744-a932-0658087f49c3
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