1
0
Fork 0
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:
Michael Keller 2018-02-13 09:44:58 +13:00 committed by GitHub
commit a301a0019e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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