summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-18 11:38:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-18 11:38:51 -0600
commit8e4fb141954614bfeaebf592d4b9a5f465581459 (patch)
tree2e12089418e8f8bd87bd13b402d1fda81a7867a4 /nuttx/arch/arm/src/stm32
parentaf96e09bdcca07703bd943239dde87b6ced1ce83 (diff)
downloadpx4-nuttx-8e4fb141954614bfeaebf592d4b9a5f465581459.tar.gz
px4-nuttx-8e4fb141954614bfeaebf592d4b9a5f465581459.tar.bz2
px4-nuttx-8e4fb141954614bfeaebf592d4b9a5f465581459.zip
Cosmetic updates
Diffstat (limited to 'nuttx/arch/arm/src/stm32')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_serial.c b/nuttx/arch/arm/src/stm32/stm32_serial.c
index de9b813e0..c04bcc9ee 100644
--- a/nuttx/arch/arm/src/stm32/stm32_serial.c
+++ b/nuttx/arch/arm/src/stm32/stm32_serial.c
@@ -2280,7 +2280,6 @@ void up_serialinit(void)
for (i = 0; i < STM32_NUSART; i++)
{
-
/* Don't create a device for the console - we did that above */
if ((uart_devs[i] == 0) || (uart_devs[i]->dev.isconsole))