mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: correct OSD feature extraction
... setting OSD_ENABLED false doesn't actually get rid of AP_OSD::AP_OSD ATM!
This commit is contained in:
parent
5dc7bfc718
commit
395c1e1815
@ -129,7 +129,7 @@ class ExtractFeatures(object):
|
||||
('HAL_GENERATOR_ENABLED', 'AP_Generator::AP_Generator',),
|
||||
('AP_GENERATOR_{type}_ENABLED', r'AP_Generator_(?P<type>.*)::update',),
|
||||
|
||||
('OSD_ENABLED', 'AP_OSD::AP_OSD',),
|
||||
('OSD_ENABLED', 'AP_OSD::update_osd',),
|
||||
('HAL_PLUSCODE_ENABLE', 'AP_OSD_Screen::draw_pluscode',),
|
||||
('OSD_PARAM_ENABLED', 'AP_OSD_ParamScreen::AP_OSD_ParamScreen',),
|
||||
('HAL_OSD_SIDEBAR_ENABLE', 'AP_OSD_Screen::draw_sidebars',),
|
||||
|
Loading…
Reference in New Issue
Block a user