mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
scripts: fix missing extract features
This commit is contained in:
parent
154876fcad
commit
6ed84a955d
@ -260,7 +260,7 @@ class ExtractFeatures(object):
|
||||
('HAL_LOGGING_ENABLED', 'AP_Logger::init'),
|
||||
('AP_COMPASS_CALIBRATION_FIXED_YAW_ENABLED', 'Compass::mag_cal_fixed_yaw'),
|
||||
('COMPASS_LEARN_ENABLED', 'CompassLearn::update'),
|
||||
('AP_CUSTOMROTATIONS_ENABLED', 'AP_CustomRotation::init'),
|
||||
('AP_CUSTOMROTATIONS_ENABLED', 'AP_CustomRotations::init'),
|
||||
('AP_OSD_LINK_STATS_EXTENSIONS_ENABLED', r'AP_OSD_Screen::draw_rc_tx_power'),
|
||||
('HAL_ENABLE_DRONECAN_DRIVERS', r'AP_DroneCAN::init'),
|
||||
('AP_MAVLINK_MSG_HIL_GPS_ENABLED', r'mavlink_msg_hil_gps_decode'),
|
||||
|
Loading…
Reference in New Issue
Block a user