Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update target.h #9151

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/target/AOCODARCF4V2/target.h
Original file line number Diff line number Diff line change
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