From fb94bc1258c9fe4e78fe0d5515f6a6131a8d1e65 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 Jan 2013 17:42:58 +0000 Subject: The USB monitor now works with the stm32f4discover/nsh configuration (but not with the usbnsh configuration) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/libc/stdio/lib_syslogstream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nuttx/libc/stdio/lib_syslogstream.c') diff --git a/nuttx/libc/stdio/lib_syslogstream.c b/nuttx/libc/stdio/lib_syslogstream.c index 121227d3c..e29c5ca3d 100644 --- a/nuttx/libc/stdio/lib_syslogstream.c +++ b/nuttx/libc/stdio/lib_syslogstream.c @@ -63,7 +63,6 @@ static void syslogstream_putc(FAR struct lib_outstream_s *this, int ch) { - int errcode; int ret; /* Try writing until the write was successful or until an irrecoverable -- cgit v1.2.3