mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
motorCount needs to be global
This commit is contained in:
parent
09862aed78
commit
f5afb74126
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue