Skip to content

Commit ea6e560

Browse files
Tools: Add check for FLIGHT_INFORMATION to extract_features.py
1 parent 5daa837 commit ea6e560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/scripts/extract_features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def __init__(self, filename, nm="arm-none-eabi-nm", strings="strings"):
244244
('AP_MAVLINK_MSG_RC_CHANNELS_RAW_ENABLED', 'GCS_MAVLINK::send_rc_channels_raw\b'),
245245
('AP_MAVLINK_FTP_ENABLED', 'GCS_MAVLINK::ftp_worker'),
246246
('AP_MAVLINK_MAV_CMD_SET_HAGL_ENABLED', 'Plane::get_external_HAGL'),
247+
('AP_MAVLINK_MSG_FLIGHT_INFORMATION_ENABLED', 'GCS_MAVLINK::send_flight_information\b'),
247248

248249
('AP_DRONECAN_HIMARK_SERVO_SUPPORT', 'AP_DroneCAN::SRV_send_himark'),
249250
('AP_DRONECAN_HOBBYWING_ESC_SUPPORT', 'AP_DroneCAN::hobbywing_ESC_update'),

0 commit comments

Comments
 (0)