change pid.h for unit test
This commit is contained in:
parent
e63cb48adf
commit
56181a87c8
|
@ -215,8 +215,7 @@ extern float axisError[XYZ_AXIS_COUNT];
|
|||
void applyItermRelax(const int axis, const float iterm,
|
||||
const float gyroRate, float *itermErrorRate, float *currentPidSetpoint);
|
||||
void applyAbsoluteControl(const int axis, const float gyroRate, const bool itermRelaxIsEnabled,
|
||||
const float setpointLpf, const float setpointHpf,
|
||||
float *currentPidSetpoint, float *itermErrorRate);
|
||||
const float setpointLpf, const float setpointHpf, float *currentPidSetpoint, float *itermErrorRate);
|
||||
void rotateItermAndAxisError();
|
||||
float pidLevel(int axis, const pidProfile_t *pidProfile,
|
||||
const rollAndPitchTrims_t *angleTrim, float currentPidSetpoint);
|
||||
|
|
Loading…
Reference in New Issue