From 3151d01d85ce54c05f13bc4a1b238a59aa83015c Mon Sep 17 00:00:00 2001 From: xiaoxiaolisunny Date: Wed, 8 Jun 2022 14:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9USART2=5FRX=5FPIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/hc32/ev_hc32f460_lqfp100_v2/board/board_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/hc32/ev_hc32f460_lqfp100_v2/board/board_config.h b/bsp/hc32/ev_hc32f460_lqfp100_v2/board/board_config.h index 152cc90502..86667c8e31 100644 --- a/bsp/hc32/ev_hc32f460_lqfp100_v2/board/board_config.h +++ b/bsp/hc32/ev_hc32f460_lqfp100_v2/board/board_config.h @@ -29,7 +29,7 @@ #if defined(BSP_USING_UART2) #define USART2_RX_PORT (GPIO_PORT_A) - #define USART2_RX_PIN (GPIO_PIN_04) + #define USART2_RX_PIN (GPIO_PIN_03) #define USART2_TX_PORT (GPIO_PORT_A) #define USART2_TX_PIN (GPIO_PIN_02)