Skip to content

Commit

Permalink
Merge pull request #9151 from dlt2018/add-target-aocodarcf4v2
Browse files Browse the repository at this point in the history
Update target.h
  • Loading branch information
DzikuVx committed Jul 4, 2023
2 parents 5f3b338 + 530229d commit ac130d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/target/AOCODARCF4V2/target.h
Expand Up @@ -81,16 +81,16 @@
#define UART2_RX_PIN PA3

#define USE_UART3
#define UART3_TX_PIN PC11
#define UART3_RX_PIN PC10
#define UART3_TX_PIN PC10
#define UART3_RX_PIN PC11

#define USE_UART4
#define UART4_TX_PIN PA0
#define UART4_RX_PIN PA1

#define USE_UART5
#define UART5_TX_PIN PC12
#define UART5_RX_PIN PD2
#define UART5_TX_PIN PD2
#define UART5_RX_PIN PC12


#define SERIAL_PORT_COUNT 6
Expand Down

0 comments on commit ac130d1

Please sign in to comment.