Tools: extract_features: extract precland backend features

This commit is contained in:
Peter Barker 2023-03-27 22:07:27 +11:00 committed by Andrew Tridgell
parent 149b0e68f2
commit 59c2197029
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ class ExtractFeatures(object):
('AP_AIRSPEED_{type}_ENABLED', r'AP_Airspeed_(?P<type>.*)::init',),
('AC_PRECLAND_ENABLED', 'AC_PrecLand::AC_PrecLand',),
('AC_PRECLAND_ENABLED', 'AC_PrecLand::AC_PrecLand',),
('AC_PRECLAND_{type}_ENABLED', 'AC_PrecLand_(?P<type>.*)::update',),
('HAL_ADSB_ENABLED', 'AP_ADSB::AP_ADSB',),
('HAL_ADSB_{type}_ENABLED', r'AP_ADSB_(?P<type>.*)::update',),