mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
stm32f4: fix minor typo in comment
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> To: u-boot@lists.denx.de To: Kamil Lulko <rev13@wp.pl> Cc: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
8379c79917
commit
6f921ecc7e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
#define CONFIG_STM32_SERIAL
|
||||
/*
|
||||
* Configuration of the USART
|
||||
* 1: TX:PA9 PX:PA10
|
||||
* 1: TX:PA9 RX:PA10
|
||||
* 2: TX:PD5 RX:PD6
|
||||
* 3: TX:PC10 RX:PC11
|
||||
* 6: TX:PC6 RX:PC7
|
||||
|
|
Loading…
Reference in a new issue