Tools: extract_features.py: correct detection of Currawong ECU

This commit is contained in:
Peter Barker 2023-02-04 10:55:05 +11:00 committed by Peter Barker
parent b7907e10c8
commit d86420f074
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class ExtractFeatures(object):
('AP_ICENGINE_ENABLED', 'AP_ICEngine::AP_ICEngine',),
('HAL_EFI_ENABLED', 'AP_RPM_EFI::AP_RPM_EFI',),
('HAL_EFI_NWPWU_ENABLED', r'AP_EFI_NWPMU::update\b',),
('HAL_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',),