mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Removal of USE_PARAMETER_GROUPS 1
This commit is contained in:
parent
d48398d15c
commit
1964362dce
19 changed files with 48 additions and 429 deletions
|
@ -76,7 +76,6 @@ PG_RESET_TEMPLATE(pidConfig_t, pidConfig,
|
|||
|
||||
PG_REGISTER_ARRAY_WITH_RESET_FN(pidProfile_t, MAX_PROFILE_COUNT, pidProfiles, PG_PID_PROFILE, 0);
|
||||
|
||||
#ifdef USE_PARAMETER_GROUPS
|
||||
void resetPidProfile(pidProfile_t *pidProfile)
|
||||
{
|
||||
RESET_CONFIG(const pidProfile_t, pidProfile,
|
||||
|
@ -136,7 +135,6 @@ void pgResetFn_pidProfiles(pidProfile_t *pidProfiles)
|
|||
resetPidProfile(&pidProfiles[i]);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void pidSetTargetLooptime(uint32_t pidLooptime)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue