mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fix esc serial pacer timer def
There is no non-motor pin defined in target.c, so took the last one (motor 6). This will cause esc serial is non-functional for hexa configuration.
This commit is contained in:
parent
e68df0415e
commit
c999b52f88
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_HARDWARE 0
|
||||
#define ESCSERIAL_TIMER_TX_PIN PB9 // Motor 6, can't use escserial for hexa
|
||||
|
||||
#define DEFAULT_FEATURES (FEATURE_AIRMODE | FEATURE_TELEMETRY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue