1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Merge pull request #4520 from martinbudden/bf_cms_guards

Removed CMS menu guards when not debugging
This commit is contained in:
Michael Keller 2017-11-10 10:34:43 +13:00 committed by GitHub
commit b90f7bd88e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 58 additions and 1 deletions

View file

@ -125,8 +125,10 @@ static OSD_Entry menuMainEntries[] =
{NULL, OME_END, NULL, NULL, 0}
};
CMS_Menu menuMain = {
#ifdef CMS_MENU_DEBUG
"MENUMAIN",
OME_MENU,
#endif
NULL,
NULL,
NULL,