mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
DAKEFPVF722X8: Add UART3
This commit is contained in:
parent
bbd57eb248
commit
f73e432393
1 changed files with 5 additions and 1 deletions
|
@ -105,6 +105,10 @@
|
|||
#define UART1_RX_PIN PB6
|
||||
#define UART1_TX_PIN PB7
|
||||
|
||||
#define USE_UART3
|
||||
#define UART3_RX_PIN PB11
|
||||
#define UART3_TX_PIN PD8
|
||||
|
||||
#define USE_UART4
|
||||
#define UART4_RX_PIN PC11
|
||||
#define UART4_TX_PIN PC10
|
||||
|
@ -117,7 +121,7 @@
|
|||
#define UART6_RX_PIN PC7
|
||||
#define UART6_TX_PIN PC6
|
||||
|
||||
#define SERIAL_PORT_COUNT 5
|
||||
#define SERIAL_PORT_COUNT 6
|
||||
|
||||
#define DEFAULT_RX_TYPE RX_TYPE_SERIAL
|
||||
#define SERIALRX_PROVIDER SERIALRX_CRSF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue