1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Removed CMS menu guards when not debugging

This commit is contained in:
Martin Budden 2017-11-09 16:12:54 +00:00
parent 9a5cefbfa3
commit 243e8390a2
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,