aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-05 08:59:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-05 08:59:10 +0000
commita5e7aeaddd26f2f585f7de76e4bcb3cad43d2b0b (patch)
treec3631aa429f0ebcfce69bc3b3c7f18d77ea7d358 /testhal
parent7941098261bd0ec28831e8ec236e697c6ab2165b (diff)
downloadChibiOS-a5e7aeaddd26f2f585f7de76e4bcb3cad43d2b0b.tar.gz
ChibiOS-a5e7aeaddd26f2f585f7de76e4bcb3cad43d2b0b.tar.bz2
ChibiOS-a5e7aeaddd26f2f585f7de76e4bcb3cad43d2b0b.zip
Added note.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3920 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32F4xx/UART/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/UART/main.c b/testhal/STM32F4xx/UART/main.c
index 5fb4f1c3c..377a75934 100644
--- a/testhal/STM32F4xx/UART/main.c
+++ b/testhal/STM32F4xx/UART/main.c
@@ -125,7 +125,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));