From b23fe1c5925b5505610b7d4a1445b5867edcfb2a Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 22 Aug 2024 18:12:36 +1000 Subject: [PATCH] Tools: correct feature extraction for HAL_LOGGING_ENABLED looks like a bad conflict resolution broke feature extraction for the logger --- Tools/scripts/extract_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/extract_features.py b/Tools/scripts/extract_features.py index 5c54076fa2..dd6d737389 100755 --- a/Tools/scripts/extract_features.py +++ b/Tools/scripts/extract_features.py @@ -241,7 +241,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'), ('HAL_ENABLE_DRONECAN_DRIVERS', r'AP_DroneCAN::init'), ('AP_OSD_LINK_STATS_EXTENSIONS_ENABLED', r'AP_OSD_Screen::draw_rc_tx_power'), ]