motorCount needs to be global
This commit is contained in:
parent
09862aed78
commit
f5afb74126
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue