1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Remove old style definitions

This commit is contained in:
KarateBrot 2022-10-12 14:40:51 +02:00
parent b54174c77e
commit ddf1d46549
57 changed files with 119 additions and 117 deletions

View file

@ -436,7 +436,7 @@ void applyAbsoluteControl(const int axis, const float gyroRate, float *currentPi
void rotateItermAndAxisError();
float pidLevel(int axis, const pidProfile_t *pidProfile,
const rollAndPitchTrims_t *angleTrim, float currentPidSetpoint, float horizonLevelStrength);
float calcHorizonLevelStrength();
float calcHorizonLevelStrength(void);
#endif
void dynLpfDTermUpdate(float throttle);
void pidSetItermReset(bool enabled);