修改USART2_RX_PIN

This commit is contained in:
xiaoxiaolisunny 2022-06-08 14:55:28 +08:00 committed by guo
parent a738849257
commit 3151d01d85
1 changed files with 1 additions and 1 deletions

View File

@ -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)