mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Applied 'USE_ACC' consistently.
This commit is contained in:
parent
59ea4becb3
commit
b5908f5bab
29 changed files with 250 additions and 155 deletions
|
@ -180,7 +180,7 @@ typedef struct pidConfig_s {
|
|||
PG_DECLARE(pidConfig_t, pidConfig);
|
||||
|
||||
union rollAndPitchTrims_u;
|
||||
void pidController(const pidProfile_t *pidProfile, const union rollAndPitchTrims_u *angleTrim, timeUs_t currentTimeUs);
|
||||
void pidController(const pidProfile_t *pidProfile, timeUs_t currentTimeUs);
|
||||
|
||||
typedef struct pidAxisData_s {
|
||||
float P;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue