mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
removed quick menu header
This commit is contained in:
parent
58cf53de1d
commit
b8b74e8333
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ static const char * const osdTableThrottleLimitType[] = {
|
||||||
|
|
||||||
static const OSD_Entry menuMainEntries[] =
|
static const OSD_Entry menuMainEntries[] =
|
||||||
{
|
{
|
||||||
{ "-- QUICK --", OME_Label, NULL, NULL },
|
|
||||||
|
|
||||||
#if defined(USE_RPM_LIMIT)
|
#if defined(USE_RPM_LIMIT)
|
||||||
{ "RPM LIM", OME_Submenu, cmsMenuChange, &cmsx_menuRpmLimit },
|
{ "RPM LIM", OME_Submenu, cmsMenuChange, &cmsx_menuRpmLimit },
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue