mirror of https://github.com/ArduPilot/ardupilot
Tools: extract_features.py: add Richenpower define
This commit is contained in:
parent
c95daeea3e
commit
a9e3b37e69
|
@ -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',),
|
||||
|
|
Loading…
Reference in New Issue