1
0
Fork 0
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:
Konstantin (DigitalEntity) Sharlaimov 2021-07-14 11:59:45 +02:00
parent e5145e4cc2
commit ef75f7677b

View file

@ -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