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

Fixed exiting from CMS menu.

This commit is contained in:
mikeller 2019-11-25 02:21:11 +13:00
parent e1244af09a
commit f2ea50faec
2 changed files with 3 additions and 2 deletions

View file

@ -115,7 +115,7 @@ static const OSD_Entry menuMainEntries[] =
{"FC&FIRMWARE", OME_Submenu, cmsMenuChange, &cmsx_menuFirmware, 0},
{"MISC", OME_Submenu, cmsMenuChange, &cmsx_menuMisc, 0},
{"SAVE/EXIT", OME_Funcall, cmsx_SaveExitMenu, NULL, 0},
{NULL,OME_END, NULL, NULL, 0},
{NULL, OME_END, NULL, NULL, 0},
};
CMS_Menu cmsx_menuMain = {