mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Moved rate profiles out of pid profiles
This commit is contained in:
parent
ff40e8c844
commit
051c9cca48
16 changed files with 61 additions and 60 deletions
|
@ -71,6 +71,7 @@ typedef enum {
|
|||
|
||||
typedef struct systemConfig_s {
|
||||
uint8_t current_profile_index;
|
||||
uint8_t activeRateProfile;
|
||||
uint8_t debug_mode;
|
||||
uint8_t task_statistics;
|
||||
char name[MAX_NAME_LENGTH + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue