Tools: extract_features.py: add Richenpower define

This commit is contained in:
Peter Barker 2022-12-14 10:47:59 +11:00 committed by Peter Barker
parent c95daeea3e
commit a9e3b37e69
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class ExtractFeatures(object):
('HAL_EFI_ENABLED', 'AP_RPM_EFI::AP_RPM_EFI',),
('HAL_EFI_NWPWU_ENABLED', r'AP_EFI_NWPMU::update\b',),
('HAL_GENERATOR_ENABLED', 'AP_Generator::AP_Generator',),
('AP_GENERATOR_{type}_ENABLED', r'AP_Generator_(?P<type>.*)::update',),
('OSD_ENABLED', 'AP_OSD::AP_OSD',),
('HAL_PLUSCODE_ENABLE', 'AP_OSD_Screen::draw_pluscode',),