mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #381 from martinbudden/bf_pidloop_debug
Changes to help debug/optimise taskMainPidLoopCheck
This commit is contained in:
commit
731693dfcd
12 changed files with 109 additions and 81 deletions
|
@ -97,7 +97,6 @@ bool antiWindupProtection;
|
|||
extern uint32_t targetPidLooptime;
|
||||
|
||||
void pidSetController(pidControllerType_e type);
|
||||
void pidResetErrorAngle(void);
|
||||
void pidResetErrorGyroState(uint8_t resetOption);
|
||||
void setTargetPidLooptime(uint8_t pidProcessDenom);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue