mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Removed CMS menu guards when not debugging
This commit is contained in:
parent
9a5cefbfa3
commit
243e8390a2
11 changed files with 58 additions and 1 deletions
|
@ -209,8 +209,10 @@ static OSD_Entry cmsx_menuBlackboxEntries[] =
|
|||
};
|
||||
|
||||
CMS_Menu cmsx_menuBlackbox = {
|
||||
#ifdef CMS_MENU_DEBUG
|
||||
.GUARD_text = "MENUBB",
|
||||
.GUARD_type = OME_MENU,
|
||||
#endif
|
||||
.onEnter = cmsx_Blackbox_onEnter,
|
||||
.onExit = cmsx_Blackbox_onExit,
|
||||
.onGlobalExit = cmsx_Blackbox_FeatureWriteback,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue