mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Move PIDweight to a common place. pid_legacy should not depend on pid_betaflight.
This commit is contained in:
parent
e9545563d7
commit
433bc9a80a
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@ extern biquadFilter_t dtermFilterNotch[3];
|
||||||
extern bool dtermNotchInitialised;
|
extern bool dtermNotchInitialised;
|
||||||
extern bool dtermBiquadLpfInitialised;
|
extern bool dtermBiquadLpfInitialised;
|
||||||
|
|
||||||
// PIDweight is a scale factor for PIDs which is derived from the throttle and TPA setting, and 100 = 100% scale means no PID reduction
|
|
||||||
uint8_t PIDweight[3];
|
|
||||||
|
|
||||||
void initFilters(const pidProfile_t *pidProfile);
|
void initFilters(const pidProfile_t *pidProfile);
|
||||||
float getdT(void);
|
float getdT(void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue