mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Improve dterm filter accuracy // magic number
This commit is contained in:
parent
4543778ad1
commit
138ade7939
3 changed files with 7 additions and 5 deletions
|
@ -133,5 +133,5 @@ extern uint8_t PIDweight[3];
|
|||
void pidSetController(pidControllerType_e type);
|
||||
void pidResetErrorGyroState(void);
|
||||
void pidStabilisationState(pidStabilisationState_e pidControllerState);
|
||||
void setTargetPidLooptime(uint8_t pidProcessDenom);
|
||||
void setTargetPidLooptime(uint32_t pidLooptime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue