From 1cb905b7c23bd84a266d83b0d8c43c922cd2c19c Mon Sep 17 00:00:00 2001 From: DTF UHF Date: Thu, 23 Jan 2014 17:52:04 -0500 Subject: [PATCH] fix spacing --- src/mixer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixer.c b/src/mixer.c index da22f6c61..254d71f16 100755 --- a/src/mixer.c +++ b/src/mixer.c @@ -471,8 +471,8 @@ void mixTable(void) // forward AUX1-4 to servo outputs (not constrained) if (cfg.gimbal_flags & GIMBAL_FORWARDAUX) { int offset = 0; - //offset servos based off number already used in mixer types - //airplane and servo_tilt together can't be used + // offset servos based off number already used in mixer types + // airplane and servo_tilt together can't be used if (mcfg.mixerConfiguration == MULTITYPE_AIRPLANE || mcfg.mixerConfiguration == MULTITYPE_FLYING_WING) offset = 4; else if (mixers[mcfg.mixerConfiguration].useServo) -- 2.11.4.GIT