mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
fix spacing
This commit is contained in:
parent
d0a5a66b62
commit
1cb905b7c2
1 changed files with 2 additions and 2 deletions
|
@ -471,8 +471,8 @@ void mixTable(void)
|
||||||
// forward AUX1-4 to servo outputs (not constrained)
|
// forward AUX1-4 to servo outputs (not constrained)
|
||||||
if (cfg.gimbal_flags & GIMBAL_FORWARDAUX) {
|
if (cfg.gimbal_flags & GIMBAL_FORWARDAUX) {
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
//offset servos based off number already used in mixer types
|
// offset servos based off number already used in mixer types
|
||||||
//airplane and servo_tilt together can't be used
|
// airplane and servo_tilt together can't be used
|
||||||
if (mcfg.mixerConfiguration == MULTITYPE_AIRPLANE || mcfg.mixerConfiguration == MULTITYPE_FLYING_WING)
|
if (mcfg.mixerConfiguration == MULTITYPE_AIRPLANE || mcfg.mixerConfiguration == MULTITYPE_FLYING_WING)
|
||||||
offset = 4;
|
offset = 4;
|
||||||
else if (mixers[mcfg.mixerConfiguration].useServo)
|
else if (mixers[mcfg.mixerConfiguration].useServo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue