mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Removed SOFTSERIAL from SPRACINGF3 to make targets fit flash space.
This commit is contained in:
parent
8185d57519
commit
c97c717a1e
1 changed files with 3 additions and 2 deletions
|
@ -71,8 +71,9 @@
|
||||||
#define USE_UART1
|
#define USE_UART1
|
||||||
#define USE_UART2
|
#define USE_UART2
|
||||||
#define USE_UART3
|
#define USE_UART3
|
||||||
#define USE_SOFTSERIAL1
|
// Disabled to make targets fit into flash space in 3.1.7
|
||||||
#define USE_SOFTSERIAL2
|
//#define USE_SOFTSERIAL1
|
||||||
|
//#define USE_SOFTSERIAL2
|
||||||
|
|
||||||
#define SERIAL_PORT_COUNT 6
|
#define SERIAL_PORT_COUNT 6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue