From ca6c8818b1e823b2fb7072665e1e0d83b268a206 Mon Sep 17 00:00:00 2001 From: kasunch Date: Thu, 22 Oct 2009 15:48:20 +0000 Subject: [PATCH] Two comment fixes --- platform/micaz/contiki-micaz-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/micaz/contiki-micaz-main.c b/platform/micaz/contiki-micaz-main.c index 79ae0efe8..edb8a6f72 100644 --- a/platform/micaz/contiki-micaz-main.c +++ b/platform/micaz/contiki-micaz-main.c @@ -59,11 +59,11 @@ void init_usart(void) { - /* Second rs232 port for debugging */ + /* First rs232 port for debugging */ rs232_init(RS232_PORT_0, USART_BAUD_115200, USART_PARITY_NONE | USART_STOP_BITS_1 | USART_DATA_BITS_8); - /* Redirect stdout to second port */ + /* Redirect stdout to first port */ rs232_redirect_stdout(RS232_PORT_0); }