mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: extract_features.py: correct feature extraction for generator
update isn't present in some classes as they inherit it from their base class
This commit is contained in:
parent
7273c8416a
commit
08a7fa8d1f
@ -133,7 +133,7 @@ class ExtractFeatures(object):
|
||||
('AP_EFI_NWPWU_ENABLED', r'AP_EFI_NWPMU::update\b',),
|
||||
('AP_EFI_CURRAWONG_ECU_ENABLED', r'AP_EFI_Currawong_ECU::update\b',),
|
||||
('HAL_GENERATOR_ENABLED', 'AP_Generator::AP_Generator',),
|
||||
('AP_GENERATOR_{type}_ENABLED', r'AP_Generator_(?P<type>.*)::update',),
|
||||
('AP_GENERATOR_{type}_ENABLED', r'AP_Generator_(?P<type>.*)::init',),
|
||||
|
||||
('OSD_ENABLED', 'AP_OSD::update_osd',),
|
||||
('HAL_PLUSCODE_ENABLE', 'AP_OSD_Screen::draw_pluscode',),
|
||||
|
Loading…
Reference in New Issue
Block a user