Tools: extract_features.py: specify symbol for MODE_AUTOLAND_ENABLED

the default, "init" doesn't exist for this mode
This commit is contained in:
Peter Barker 2025-01-04 19:08:36 +11:00 committed by Andrew Tridgell
parent 16a3735677
commit a17bcf8cbe

View File

@ -130,6 +130,7 @@ class ExtractFeatures(object):
('AP_IBUS_TELEM_ENABLED', 'AP_IBus_Telem::init',),
('MODE_AUTOLAND_ENABLED', 'ModeAutoLand::update'),
('MODE_{type}_ENABLED', r'Mode(?P<type>.+)::init',),
('MODE_GUIDED_NOGPS_ENABLED', r'ModeGuidedNoGPS::init',),