diff --git a/src/main/target/NEUTRONRCF435MINI/target.h b/src/main/target/NEUTRONRCF435MINI/target.h index 2e90f48a69d..cbd5725a1fe 100644 --- a/src/main/target/NEUTRONRCF435MINI/target.h +++ b/src/main/target/NEUTRONRCF435MINI/target.h @@ -144,8 +144,8 @@ #define UART2_TX_PIN PA2 #define USE_UART3 -#define UART3_RX_PIN PB11 -#define UART3_TX_PIN PB10 +#define UART3_RX_PIN PB10 //Changed from PB11->PB10 +#define UART3_TX_PIN PB11 //Changed from PB11->PB10 #define USE_UART5 #define UART5_RX_PIN PB8