mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Removed 'checkRedirect' and references to it.
This commit is contained in:
parent
95791fc293
commit
140bb22b88
18 changed files with 0 additions and 46 deletions
|
@ -51,7 +51,6 @@ CMS_Menu cmsx_menuSaveExit = {
|
|||
#endif
|
||||
.onEnter = NULL,
|
||||
.onExit = NULL,
|
||||
.checkRedirect = NULL,
|
||||
.onDisplayUpdate = NULL,
|
||||
.entries = cmsx_menuSaveExitEntries
|
||||
};
|
||||
|
@ -72,7 +71,6 @@ CMS_Menu cmsx_menuSaveExitReboot = {
|
|||
#endif
|
||||
.onEnter = NULL,
|
||||
.onExit = NULL,
|
||||
.checkRedirect = NULL,
|
||||
.onDisplayUpdate = NULL,
|
||||
.entries = cmsx_menuSaveExitRebootEntries
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue