Skip to content

Commit

Permalink
Fix incorrect arming flags reporting on CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Nov 22, 2024
1 parent 6d6f8b8 commit 86823a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/fc/runtime_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static EXTENDED_FASTRAM uint32_t enabledSensors = 0;
#if !defined(CLI_MINIMAL_VERBOSITY)
const char *armingDisableFlagNames[]= {
"FS", "ANGLE", "CAL", "OVRLD", "NAV", "COMPASS",
"ACC", "ARMSW", "HWFAIL", "BOXFS", "RX",
"ACC", "ARMSW", "HWFAIL", "BOXFS", "PLACEHOLDER", "RX",
"THR", "CLI", "CMS", "OSD", "ROLL/PITCH", "AUTOTRIM", "OOM",
"SETTINGFAIL", "PWMOUT", "NOPREARM", "DSHOTBEEPER", "LANDED"
};
Expand Down

0 comments on commit 86823a9

Please sign in to comment.