From d37d10d95eae9959f279c9172942d878bfc1bac4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Feb 2012 09:00:06 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3921 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/UART/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/STM32F4xx/UART/readme.txt b/testhal/STM32F4xx/UART/readme.txt index bd9cbf6e5..19a8e26da 100644 --- a/testhal/STM32F4xx/UART/readme.txt +++ b/testhal/STM32F4xx/UART/readme.txt @@ -12,7 +12,7 @@ The application demonstrates the use of the STM32F4xx UART driver. ** Board Setup ** -- Connect an RS232 transceiver to pins PA2(TX) and PA10(9). +- Connect an RS232 transceiver to pins PA2(TX) and PA3(RX). - Connect a terminal emulator to the transceiver (38400-N-8-1). ** Build Procedure **