From 70e7dcba712a5c2b77cde30fa71ee0e72b9a239c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 11 Mar 2015 18:47:04 -0600 Subject: [PATCH] Bringing PPPD yet closer to the NuttX coding style --- arch/arm/src/sam34/sam_serial.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/src/sam34/sam_serial.c b/arch/arm/src/sam34/sam_serial.c index 4395de5175..4915591dfe 100644 --- a/arch/arm/src/sam34/sam_serial.c +++ b/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? */