Skip to content

Commit

Permalink
Tools: extract_features.py: specify symbol for MODE_AUTOLAND_ENABLED
Browse files Browse the repository at this point in the history
the default, "init" doesn't exist for this mode
  • Loading branch information
peterbarker committed Jan 4, 2025
1 parent c3280a3 commit dd0e666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/scripts/extract_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def __init__(self, filename, nm="arm-none-eabi-nm", strings="strings"):

('AP_IBUS_TELEM_ENABLED', 'AP_IBus_Telem::init',),

('MODE_AUTOLAND_ENABLED', 'ModeAutoLand::update'),
('MODE_{type}_ENABLED', r'Mode(?P<type>.+)::init',),
('MODE_GUIDED_NOGPS_ENABLED', r'ModeGuidedNoGPS::init',),

Expand Down

0 comments on commit dd0e666

Please sign in to comment.