motorCount needs to be global

This commit is contained in:
Joel Fuster 2015-01-10 14:33:52 -05:00
parent 09862aed78
commit f5afb74126
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
extern int16_t debug[4]; extern int16_t debug[4];
#ifndef UNIT_TEST #ifndef UNIT_TEST
static uint8_t motorCount = 0; uint8_t motorCount = 0;
static int useServo; static int useServo;
static uint8_t servoCount; static uint8_t servoCount;
#endif #endif