Skip to content

Commit

Permalink
SPRacingH7RF - Update UART5 pins. Requires pinswap functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Sep 2, 2021
1 parent ed3d612 commit a156f98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/target/SPRACINGH7RF/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@
#define UART4_TX_PIN PD1 // J8:11

#define USE_UART5
#define UART5_RX_PIN NONE
#define UART5_TX_PIN PB13 // ESC TLM IN
// Note: PB13 by default is a UART 5 TX pin, this configuration requires use of PINSWAP in the UART initialisation code.
#define UART5_RX_PIN PB13 // ESC TLM IN
#define UART5_TX_PIN NONE

//#define USE_UART6
#define UART6_RX_PIN NONE
Expand Down

0 comments on commit a156f98

Please sign in to comment.