mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fixed servo init for AUX forwarding.
This commit is contained in:
parent
55b32740d9
commit
cf74e55636
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ void servoMixerInit(servoMixer_t *initialCustomServoMixers)
|
||||||
// enable servos for mixes that require them. note, this shifts motor counts.
|
// enable servos for mixes that require them. note, this shifts motor counts.
|
||||||
useServo = mixers[currentMixerMode].useServo;
|
useServo = mixers[currentMixerMode].useServo;
|
||||||
// if we want camstab/trig, that also enables servos, even if mixer doesn't
|
// if we want camstab/trig, that also enables servos, even if mixer doesn't
|
||||||
if (feature(FEATURE_SERVO_TILT))
|
if (feature(FEATURE_SERVO_TILT) || feature(FEATURE_CHANNEL_FORWARDING))
|
||||||
useServo = 1;
|
useServo = 1;
|
||||||
|
|
||||||
// give all servos a default command
|
// give all servos a default command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue