From f5afb74126d84998c05ff3d140556ccde7331c91 Mon Sep 17 00:00:00 2001 From: Joel Fuster Date: Sat, 10 Jan 2015 14:33:52 -0500 Subject: [PATCH] motorCount needs to be global --- 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 91de60ea67..ebe74cda32 100755 --- a/src/main/flight/mixer.c +++ b/src/main/flight/mixer.c @@ -59,7 +59,7 @@ extern int16_t debug[4]; #ifndef UNIT_TEST -static uint8_t motorCount = 0; +uint8_t motorCount = 0; static int useServo; static uint8_t servoCount; #endif