mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Preparation for conversion to parameter groups 6
This commit is contained in:
parent
cb2356ba76
commit
4c435fccae
23 changed files with 93 additions and 88 deletions
|
@ -63,9 +63,11 @@ typedef enum {
|
|||
|
||||
typedef struct systemConfig_s {
|
||||
uint8_t debug_mode;
|
||||
char name[MAX_NAME_LENGTH + 1];
|
||||
} systemConfig_t;
|
||||
|
||||
//!!TODOPG_DECLARE(systemConfig_t, systemConfig);
|
||||
PG_DECLARE(systemConfig_t, systemConfig);
|
||||
|
||||
struct profile_s;
|
||||
extern struct profile_s *currentProfile;
|
||||
struct controlRateConfig_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue