From 79691fd97a45a5596a132d49102b1a56d0070eb8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 15 Mar 2009 21:44:12 +0000 Subject: [PATCH] Fix some debug macro defintions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1613 42af7a65-404d-4744-a932-0658087f49c3 --- include/debug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/debug.h b/include/debug.h index 0cb0c2f400..8bd43a310e 100644 --- a/include/debug.h +++ b/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