From a1f9d3ca8eadf67c287c0372e2954ee798766689 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Feb 2012 09:02:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3922 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/UART/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/STM32F4xx/UART/main.c b/testhal/STM32F4xx/UART/main.c index fbac31a26..e626f0abb 100644 --- a/testhal/STM32F4xx/UART/main.c +++ b/testhal/STM32F4xx/UART/main.c @@ -132,7 +132,7 @@ int main(void) { chSysInit(); /* - * Activates the UART driver 2, PA2 and PA3 are routed to USART2. + * Activates the UART driver 2, PA2(TX) and PA3(RX) are routed to USART2. */ uartStart(&UARTD2, &uart_cfg_1); palSetPadMode(GPIOA, 2, PAL_MODE_ALTERNATE(7));