From 6ca820fa1ed32463af1a638ccd1ebc15ebc74d3a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Apr 2013 11:38:51 -0600 Subject: [PATCH] Cosmetic updates --- arch/arm/src/stm32/stm32_serial.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32_serial.c b/arch/arm/src/stm32/stm32_serial.c index de9b813e02..c04bcc9ee9 100644 --- a/arch/arm/src/stm32/stm32_serial.c +++ b/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))