1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Cleanup Modes

This commit is contained in:
borisbstyle 2016-06-01 22:44:56 +02:00
parent c45475b8af
commit bb880e68d3
3 changed files with 2 additions and 4 deletions

View file

@ -63,7 +63,7 @@ uint8_t PIDweight[3];
static int32_t errorGyroI[3], errorGyroILimit[3];
#ifndef SKIP_PID_LUXFLOAT
static float errorGyroIf[3], errorGyroIfLimit[3];;
static float errorGyroIf[3], errorGyroIfLimit[3];
#endif
static void pidMultiWiiRewrite(const pidProfile_t *pidProfile, const controlRateConfig_t *controlRateConfig,