From 0fcccd7a40ddf818f61001f191afc2b242e34d55 Mon Sep 17 00:00:00 2001 From: jflyper Date: Wed, 31 May 2017 02:46:46 +0900 Subject: [PATCH] Comment tidy --- src/main/flight/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/flight/mixer.c b/src/main/flight/mixer.c index 820c7a047..094e16ae5 100755 --- a/src/main/flight/mixer.c +++ b/src/main/flight/mixer.c @@ -319,7 +319,7 @@ const mixer_t mixers[] = { { 3, true, NULL }, // MIXER_CUSTOM_TRI { 4, false, mixerQuadX1234 }, }; -#endif +#endif // !USE_QUAD_MIXER_ONLY static uint16_t disarmMotorOutput, deadbandMotor3dHigh, deadbandMotor3dLow; uint16_t motorOutputHigh, motorOutputLow;