aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-29 17:42:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-29 17:42:58 +0000
commitfb94bc1258c9fe4e78fe0d5515f6a6131a8d1e65 (patch)
tree81bc038356e0e42da3ae837e47097ed0d8ebd2f4 /nuttx/libc
parent2946cb47a8d70406a85c37f2d210e539c240a22b (diff)
downloadpx4-firmware-fb94bc1258c9fe4e78fe0d5515f6a6131a8d1e65.tar.gz
px4-firmware-fb94bc1258c9fe4e78fe0d5515f6a6131a8d1e65.tar.bz2
px4-firmware-fb94bc1258c9fe4e78fe0d5515f6a6131a8d1e65.zip
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
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/stdio/lib_syslogstream.c1
1 files changed, 0 insertions, 1 deletions
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