mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Moving mixer config out of the profile. It doesn't really make sense.
This commit is contained in:
parent
ed434fe47b
commit
4a12d00d1e
6 changed files with 25 additions and 34 deletions
|
@ -57,9 +57,6 @@ typedef struct profile_s {
|
|||
// Failsafe related configuration
|
||||
failsafeConfig_t failsafeConfig;
|
||||
|
||||
// mixer-related configuration
|
||||
mixerConfig_t mixerConfig;
|
||||
|
||||
#ifdef GPS
|
||||
gpsProfile_t gpsProfile;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue