1
0
Fork 0
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:
jflyper 2018-09-22 12:25:01 +09:00
parent e68df0415e
commit c999b52f88

View file

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