1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Fix windup issues in aidModePlus

This commit is contained in:
borisbstyle 2016-01-11 01:42:40 +01:00
parent 91a30da9c8
commit 0216d9a18d
2 changed files with 19 additions and 36 deletions

View file

@ -74,8 +74,6 @@ typedef struct airModePlus {
float factor;
float wowFactor;
float iTermScaler;
bool isCurrentlyAtZero;
bool previousReferenceIsPositive;
} airModePlus_t;
extern int16_t axisPID[XYZ_AXIS_COUNT];