Skip to content

Commit

Permalink
Merge pull request iNavFlight#10479 from iNavFlight/mmosca-fix-arming…
Browse files Browse the repository at this point in the history
…-flags-display

Fix incorrect arming flags reporting on CLI
  • Loading branch information
mmosca authored Nov 22, 2024
2 parents 6d6f8b8 + 86823a9 commit 70c5430
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 70c5430

Please sign in to comment.