mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Added PG config definitions 6
This commit is contained in:
parent
8a8aae49b9
commit
6b27f10c94
10 changed files with 137 additions and 52 deletions
|
@ -944,7 +944,7 @@ static systemConfig_t systemConfigCopy;
|
|||
#ifdef BEEPER
|
||||
static beeperDevConfig_t beeperDevConfigCopy;
|
||||
#endif
|
||||
static controlRateConfig_t controlRateProfilesCopy[MAX_CONTROL_RATE_PROFILE_COUNT];
|
||||
static controlRateConfig_t controlRateProfilesCopy[CONTROL_RATE_PROFILE_COUNT];
|
||||
static pidProfile_t pidProfileCopy[MAX_PROFILE_COUNT];
|
||||
#endif // USE_PARAMETER_GROUPS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue