Tools: correct extraction of handle_play_tune feature

This commit is contained in:
Peter Barker 2023-04-12 17:41:20 +10:00 committed by Andrew Tridgell
parent e5a0d1bf9c
commit 8c326bc6fb
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class ExtractFeatures(object):
('AP_RC_CHANNEL_AUX_FUNCTION_STRINGS_ENABLED', r'RC_Channel::lookuptable',),
('AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED', r'AP_Notify::play_tune'),
('AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED', r'AP_Notify::handle_play_tune'),
('AP_NOTIFY_MAVLINK_LED_CONTROL_SUPPORT_ENABLED', r'AP_Notify::handle_led_control'),
('AP_NOTIFY_NCP5623_ENABLED', r'NCP5623::write'),
('AP_NOTIFY_PROFILED_ENABLED', r'ProfiLED::init_ports'),