mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
[TARET] Add support for RX5 on MATEKF765 target
This commit is contained in:
parent
e5145e4cc2
commit
ef75f7677b
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@
|
|||
#define UART4_TX_PIN PD1
|
||||
#define UART4_RX_PIN PD0
|
||||
|
||||
#define USE_UART5
|
||||
#define UART5_TX_PIN NONE
|
||||
#define UART5_RX_PIN PB8
|
||||
#define UART5_AF 7
|
||||
|
||||
#define USE_UART6
|
||||
#define UART6_TX_PIN PC6
|
||||
#define UART6_RX_PIN PC7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue