mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #3066 from kmitchel/revolt_uart4
Add uart4 support to REVOLT target.
This commit is contained in:
commit
681b5e79b6
1 changed files with 6 additions and 0 deletions
|
@ -192,6 +192,12 @@
|
|||
#define UART3_RX_PIN PB11
|
||||
#define UART3_TX_PIN PB10
|
||||
|
||||
#if defined(REVOLT)
|
||||
#define USE_UART4
|
||||
#define UART4_RX_PIN PA1
|
||||
#define UART4_TX_PIN PA0
|
||||
#endif // REVOLT
|
||||
|
||||
#define USE_UART6
|
||||
#define UART6_RX_PIN PC7
|
||||
#define UART6_TX_PIN PC6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue