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

AIR MODE Safety Enhancements

This commit is contained in:
borisbstyle 2015-12-08 00:22:49 +01:00
parent 72e9a4dc17
commit b84e9f4676
5 changed files with 46 additions and 18 deletions

View file

@ -75,6 +75,5 @@ extern int16_t axisPID[XYZ_AXIS_COUNT];
extern int32_t axisPID_P[3], axisPID_I[3], axisPID_D[3];
void pidSetController(pidControllerType_e type);
void pidResetErrorAngle(void);
void pidResetErrorGyro(void);