From 89b3ca3216c72caf0534f2f9660554198afdfe7e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 10 Dec 2007 17:15:11 +0000 Subject: Release 0.3.4 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@436 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nettest/nettest.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'nuttx/examples') diff --git a/nuttx/examples/nettest/nettest.h b/nuttx/examples/nettest/nettest.h index 318211e79..4805c8f9a 100644 --- a/nuttx/examples/nettest/nettest.h +++ b/nuttx/examples/nettest/nettest.h @@ -69,15 +69,9 @@ # define errno *get_errno_ptr() - /* If debug is enabled, use the synchronous lib_lowprintf so that the - * program output does not get disassociated in the debug output. - */ - -# ifdef CONFIG_DEBUG -# define message(...) lib_lowprintf(__VA_ARGS__) -# else -# define message(...) printf(__VA_ARGS__) -# endif + /* Used lib_rawprintf() so that there is not confusion from buffered IO */ + +# define message(...) lib_rawprintf(__VA_ARGS__) /* At present, uIP does only abortive disconnects */ -- cgit v1.2.3