diff --git a/configs/VEKTORF722/config.h b/configs/VEKTORF722/config.h index af18bead..4ad0ab38 100644 --- a/configs/VEKTORF722/config.h +++ b/configs/VEKTORF722/config.h @@ -48,13 +48,13 @@ #define LED_STRIP_PIN PB3 #define UART1_TX_PIN PB6 #define UART2_TX_PIN PA2 -#define UART3_TX_PIN B10 +#define UART3_TX_PIN PB10 #define UART4_TX_PIN PA0 #define UART5_TX_PIN PC12 #define UART6_TX_PIN PC6 #define UART1_RX_PIN PB7 #define UART2_RX_PIN PA3 -#define UART3_RX_PIN B11 +#define UART3_RX_PIN PB11 #define UART4_RX_PIN PA1 #define UART5_RX_PIN PD2 #define UART6_RX_PIN PC7