mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Cleanup Modes
This commit is contained in:
parent
c45475b8af
commit
bb880e68d3
3 changed files with 2 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue