mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #4520 from martinbudden/bf_cms_guards
Removed CMS menu guards when not debugging
This commit is contained in:
commit
b90f7bd88e
11 changed files with 58 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue