summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-11 18:47:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-11 18:47:04 -0600
commit4b160ee945b9dd9fed9d68950be36637b99c8769 (patch)
tree55322e2f0818bbdc82954164e33c263a9f046c4d /nuttx
parent5e174d14c12a6b1a40248de055b6ff1e66e755b1 (diff)
downloadpx4-nuttx-4b160ee945b9dd9fed9d68950be36637b99c8769.tar.gz
px4-nuttx-4b160ee945b9dd9fed9d68950be36637b99c8769.tar.bz2
px4-nuttx-4b160ee945b9dd9fed9d68950be36637b99c8769.zip
Bringing PPPD yet closer to the NuttX coding style
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/arm/src/sam34/sam_serial.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/sam34/sam_serial.c b/nuttx/arch/arm/src/sam34/sam_serial.c
index 4395de517..4915591df 100644
--- a/nuttx/arch/arm/src/sam34/sam_serial.c
+++ b/nuttx/arch/arm/src/sam34/sam_serial.c
@@ -179,10 +179,6 @@
# undef HAVE_CONSOLE
#endif
-/* If we are not using the serial driver for the console, then we still must
- * provide some minimal implementation of up_putc.
- */
-
#ifdef USE_SERIALDRIVER
/* Which UART/USART with be tty0/console and which tty1? tty2? tty3? tty4? tty5? */