This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit bfd342b4ebc0bf10d0695f1e909218b46ee4c0e8
Author: raiden00pl <raide...@railab.me>
AuthorDate: Sat Nov 4 20:17:59 2023 +0100

    Documentation: fix warning
---
 .../platforms/arm/stm32f4/boards/stm32f401rc-rs485/index.rst  | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/Documentation/platforms/arm/stm32f4/boards/stm32f401rc-rs485/index.rst 
b/Documentation/platforms/arm/stm32f4/boards/stm32f401rc-rs485/index.rst
index 8398b67e49..ae44e18aab 100644
--- a/Documentation/platforms/arm/stm32f4/boards/stm32f401rc-rs485/index.rst
+++ b/Documentation/platforms/arm/stm32f4/boards/stm32f401rc-rs485/index.rst
@@ -86,16 +86,17 @@ The STM32F4-RS485 has 1 USART available for user.
 USART2
 ------
 
-========== =====
+========== =======
 UART/USART PINS
-========== =====
+========== =======
 CTS        PA0
 RTS        PA1
-TX         PA2  *Warning you make need to reverse RX/TX on
-RX         PA3   some RS-232 converters
+TX         PA2 [1]
+RX         PA3
 CK         PA4
-========== =====
+========== =======
 
+[1] Warning you make need to reverse RX/TX on some RS-232 converters
 
 SDCARD
 ======

Reply via email to