Skip to content

Commit

Permalink
VEKTORF722 fix resource pins (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Nov 19, 2023
1 parent 7bcbecf commit d2e4912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/VEKTORF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2e4912

Please sign in to comment.