mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
Tools: fix logging feature extract
This commit is contained in:
parent
21ca4f83f4
commit
d657f40a41
@ -243,7 +243,7 @@ class ExtractFeatures(object):
|
||||
('AP_NETWORKING_BACKEND_PPP', 'AP_Networking_PPP::init'),
|
||||
('FORCE_APJ_DEFAULT_PARAMETERS', 'AP_Param::param_defaults_data'),
|
||||
('HAL_BUTTON_ENABLED', 'AP_Button::update'),
|
||||
('HAL_LOGGING_ENABLED', 'AP_Logger::Init'),
|
||||
('HAL_LOGGING_ENABLED', 'AP_Logger::init'),
|
||||
('AP_COMPASS_CALIBRATION_FIXED_YAW_ENABLED', 'AP_Compass::mag_cal_fixed_yaw'),
|
||||
('COMPASS_LEARN_ENABLED', 'CompassLearn::update'),
|
||||
('AP_CUSTOMROTATIONS_ENABLED', 'AP_CustomRotation::init'),
|
||||
|
Loading…
Reference in New Issue
Block a user