1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

removed quick menu header

This commit is contained in:
Ivan Efimov 2024-05-11 22:41:15 -05:00 committed by limon.spb
parent 58cf53de1d
commit b8b74e8333

View file

@ -99,8 +99,6 @@ static const char * const osdTableThrottleLimitType[] = {
static const OSD_Entry menuMainEntries[] =
{
{ "-- QUICK --", OME_Label, NULL, NULL },
#if defined(USE_RPM_LIMIT)
{ "RPM LIM", OME_Submenu, cmsMenuChange, &cmsx_menuRpmLimit },
#endif