Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Apr 4, 2018
1 parent d2ecaed commit 87092ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions src/main/fc/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,6 @@ static void cliBootlog(char *cmdline);

static const char* const emptyName = "-";

// sync this with mixerMode_e
static const char * const mixerNames[] = {
"TRI", "QUADP", "QUADX", "BI",
"GIMBAL", "Y6", "HEX6",
"FLYING_WING", "Y4", "HEX6X", "OCTOX8", "OCTOFLATP", "OCTOFLATX",
"AIRPLANE", "HELI_120_CCPM", "HELI_90_DEG", "VTAIL4",
"HEX6H", "PPM_TO_SERVO", "DUALCOPTER", "SINGLECOPTER",
"ATAIL4", "CUSTOM", "CUSTOMAIRPLANE", "CUSTOMTRI", NULL
};

// sync this with features_e
static const char * const featureNames[] = {
"RX_PPM", "VBAT", "TX_PROF_SEL", "", "MOTOR_STOP",
Expand Down
2 changes: 1 addition & 1 deletion src/main/flight/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PG_RESET_TEMPLATE(mixerConfig_t, mixerConfig,
.yaw_jump_prevention_limit = 200,
.platformType = PLATFORM_MULTIROTOR,
.hasFlaps = false,
appliedMixerPreset = -1 //This flag is not available in CLI and used by Configurator only
.appliedMixerPreset = -1 //This flag is not available in CLI and used by Configurator only
);

#ifdef BRUSHED_MOTORS
Expand Down

0 comments on commit 87092ac

Please sign in to comment.