mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Merge pull request #5170 from mikeller/fix_tinybeef3_uart_count
Fixed UART count for TINYBEEF3.
This commit is contained in:
commit
a301a0019e
1 changed files with 4 additions and 3 deletions
|
@ -83,13 +83,14 @@
|
|||
#define USE_BRUSHED_ESC_AUTODETECT
|
||||
|
||||
#define USE_VCP
|
||||
#define USE_UART1
|
||||
#define USE_UART2
|
||||
#define USE_UART3
|
||||
|
||||
#ifdef TINYBEEF3
|
||||
#define SERIAL_PORT_COUNT 4
|
||||
#define SERIAL_PORT_COUNT 2
|
||||
#else
|
||||
#define USE_UART1
|
||||
#define USE_UART3
|
||||
|
||||
#define USB_DETECT_PIN PB5
|
||||
|
||||
#define USE_SOFTSERIAL1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue