1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Remove unused var

This commit is contained in:
borisbstyle 2017-02-06 23:20:01 +01:00
parent 63b7e3eaa2
commit 428f39341c
2 changed files with 0 additions and 2 deletions

View file

@ -65,7 +65,6 @@ static pidProfile_t *pidProfile;
static bool isUsingSticksToArm = true;
int16_t rcCommand[4]; // interval [1000;2000] for THROTTLE and [-500;+500] for ROLL/PITCH/YAW
int16_t rcCommandSmooth[4];
uint32_t rcModeActivationMask; // one bit per mode defined in boxId_e