Fix some debug macro defintions

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1613 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-03-15 21:44:12 +00:00
parent dd85c333d4
commit 79691fd97a

View File

@ -197,6 +197,8 @@
# endif
# ifndef CONFIG_DEBUG_VERBOSE
# define vdbg (void)
# define llvdbg (void)
# else
# ifndef CONFIG_ARCH_LOWPUTC
# define llvdbg (void)
# endif