Browse Source

修改USART2_RX_PIN

xiaoxiaolisunny 3 years ago
parent
commit
3151d01d85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/hc32/ev_hc32f460_lqfp100_v2/board/board_config.h

+ 1 - 1
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)