From d2e49123c746034214d41b7fef581d19f6a7aaa9 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 19 Nov 2023 16:44:00 +0100 Subject: [PATCH] VEKTORF722 fix resource pins (#229) --- configs/VEKTORF722/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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