Skip to content

Commit

Permalink
Merge pull request #10233 from sensei-hacker/GEPRC_F722_AIO_UART3
Browse files Browse the repository at this point in the history
GEPRC_F722_AIO include UART3
  • Loading branch information
DzikuVx authored Jul 16, 2024
2 parents 13bdac2 + 87356e9 commit d3de089
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/target/GEPRC_F722_AIO/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
#define UART2_RX_PIN PA3
#define UART2_TX_PIN PA2

#define USE_UART3
#define UART3_RX_PIN PB11
#define UART3_TX_PIN PB10

#define USE_UART4
#define UART4_RX_PIN PC11
#define UART4_TX_PIN PC10
Expand All @@ -116,7 +120,7 @@
#define UART5_RX_PIN PD2
#define UART5_TX_PIN PC12

#define SERIAL_PORT_COUNT 5
#define SERIAL_PORT_COUNT 6

#define DEFAULT_RX_TYPE RX_TYPE_SERIAL
#define SERIALRX_PROVIDER SERIALRX_SBUS
Expand Down

0 comments on commit d3de089

Please sign in to comment.