mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Added UART2 TX pin definition to FPVM_BETAFLIGHTF7 target. (#5562)
This commit is contained in:
parent
d55ce930c0
commit
8bbd92cb43
1 changed files with 4 additions and 0 deletions
|
@ -123,7 +123,11 @@
|
|||
|
||||
//#define AVOID_UART2_FOR_PWM_PPM // PPM is not working on RC pin anyway
|
||||
#define USE_UART2
|
||||
#if defined (FPVM_BETAFLIGHTF7)
|
||||
#define UART2_TX_PIN PA2
|
||||
#else
|
||||
#define UART2_TX_PIN NONE
|
||||
#endif
|
||||
#define UART2_RX_PIN PA3
|
||||
|
||||
// Assigned to shared output I2C2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue