From eaf1d8063cc707b1041e8583663d9edd45f42c5d Mon Sep 17 00:00:00 2001 From: px4dev Date: Tue, 1 Jan 2013 19:39:17 -0800 Subject: Build system updates to match the NuttX merge. --- nuttx/drivers/serial/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers') diff --git a/nuttx/drivers/serial/serial.c b/nuttx/drivers/serial/serial.c index 84e9bdf2a..682c1599f 100644 --- a/nuttx/drivers/serial/serial.c +++ b/nuttx/drivers/serial/serial.c @@ -254,7 +254,7 @@ static inline ssize_t uart_irqwrite(FAR uart_dev_t *dev, FAR const char *buffer, { int ch = *buffer++; - /* assume that this is console text output and always do \n -> \r\n conversion */ + /* If this is the console, then we should replace LF with CR-LF */ if (ch == '\n') { -- cgit v1.2.3