mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Rateprofiles added to profiles
This commit is contained in:
parent
0d2bf3184c
commit
076ac6d0e7
6 changed files with 86 additions and 26 deletions
|
@ -19,5 +19,6 @@
|
|||
|
||||
typedef struct profile_s {
|
||||
pidProfile_t pidProfile;
|
||||
controlRateConfig_t controlRateProfile;
|
||||
uint8_t activeRateProfile;
|
||||
controlRateConfig_t controlRateProfile[MAX_RATEPROFILES];
|
||||
} profile_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue