Skip to content

Commit c7b3beb

Browse files
committed
Tools: extract_features.py: changte symbol used to probe for AIS
because we use dummy methods in the AIS library it can appear to be compiled in when it is actually not functional
1 parent 6d882e1 commit c7b3beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/extract_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, filename, nm="arm-none-eabi-nm", strings="strings"):
5757
('AP_COMPASS_ICM20948_ENABLED', r'AP_Compass_AK09916::probe_ICM20948',),
5858
('AP_COMPASS_DRONECAN_HIRES_ENABLED', r'AP_Compass_DroneCAN::handle_magnetic_field_hires',),
5959

60-
('AP_AIS_ENABLED', 'AP_AIS::AP_AIS',),
60+
('AP_AIS_ENABLED', 'AP_AIS::decode_position_report',),
6161

6262
('HAL_EFI_ENABLED', 'AP_EFI::AP_EFI',),
6363
('AP_EFI_{type}_ENABLED', 'AP_EFI_(?P<type>.*)::update',),

0 commit comments

Comments
 (0)