mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #2581 from mikeller/fix_spracingf3evo_serial_port_count
Fixed SERIAL_PORT_COUNT for SPRACINGF3EVO.
This commit is contained in:
commit
99ca63fee1
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@
|
|||
//#define USE_SOFTSERIAL1
|
||||
//#define USE_SOFTSERIAL2
|
||||
|
||||
#define SERIAL_PORT_COUNT 6
|
||||
//#define SERIAL_PORT_COUNT 6
|
||||
#define SERIAL_PORT_COUNT 4
|
||||
|
||||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue