Tools: extract_features.py: add AP_RangeFinder_RDS02UF

This commit is contained in:
zebulon-86 2023-05-10 08:04:45 +08:00 committed by Peter Barker
parent c049a79bff
commit 72120e8d44
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class ExtractFeatures(object):
('AP_RANGEFINDER_MAXBOTIX_SERIAL_ENABLED', r'AP_RangeFinder_MaxsonarSerialLV::get_reading\b',),
('AP_RANGEFINDER_TRI2C_ENABLED', r'AP_RangeFinder_TeraRangerI2C::update\b',),
('AP_RANGEFINDER_JRE_SERIAL_ENABLED', r'AP_RangeFinder_JRE_Serial::get_reading\b',),
('AP_RANGEFINDER_RDS02UF_ENABLED', r'AP_RangeFinder_RDS02UF::get_reading\b',),
('AP_GPS_{type}_ENABLED', r'AP_GPS_(?P<type>.*)::read\b',),