mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Improved CMS const correctness. Added CMS and USE_MSP_DISPLAYPORT to common.h
This commit is contained in:
parent
c9b7ac21c1
commit
f68e6a4d2f
10 changed files with 110 additions and 110 deletions
|
@ -71,12 +71,12 @@ static OSD_Entry cmsx_menuLedstripEntries[] =
|
|||
};
|
||||
|
||||
CMS_Menu cmsx_menuLedstrip = {
|
||||
"MENULED",
|
||||
OME_MENU,
|
||||
cmsx_Ledstrip_FeatureRead,
|
||||
NULL,
|
||||
cmsx_Ledstrip_FeatureWriteback,
|
||||
cmsx_menuLedstripEntries,
|
||||
.GUARD_text = "MENULED",
|
||||
.GUARD_type = OME_MENU,
|
||||
.onEnter = cmsx_Ledstrip_FeatureRead,
|
||||
.onExit = NULL,
|
||||
.onGlobalExit = cmsx_Ledstrip_FeatureWriteback,
|
||||
.entries = cmsx_menuLedstripEntries
|
||||
};
|
||||
#endif // LED_STRIP
|
||||
#endif // CMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue