mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +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
|
@ -140,7 +140,6 @@ static CMS_Menu cmsx_menuCalibration = {
|
|||
#endif
|
||||
.onEnter = NULL,
|
||||
.onExit = NULL,
|
||||
.checkRedirect = NULL,
|
||||
.onDisplayUpdate = cmsx_CalibrationOnDisplayUpdate,
|
||||
.entries = menuCalibrationEntries
|
||||
};
|
||||
|
@ -185,7 +184,6 @@ CMS_Menu cmsx_menuFirmware = {
|
|||
#endif
|
||||
.onEnter = cmsx_FirmwareInit,
|
||||
.onExit = NULL,
|
||||
.checkRedirect = NULL,
|
||||
.onDisplayUpdate = NULL,
|
||||
.entries = menuFirmwareEntries
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue