1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Remove the OSD_MENU arming disabled flag, as it is redundant to the CMS_MENU flag.

This commit is contained in:
mikeller 2019-01-22 18:21:31 +13:00
parent c39ea81b6a
commit b1d989ac41
3 changed files with 6 additions and 17 deletions

View file

@ -48,7 +48,6 @@ const char *armingDisableFlagNames[]= {
"CALIB",
"CLI",
"CMS",
"OSD",
"BST",
"MSP",
"PARALYZE",