autotest: correct extraction of rally-point feature

Co-authored-by: James O'Shannessy <12959316+joshanne@users.noreply.github.com>

See 083f9f8139
This commit is contained in:
Peter Barker 2024-12-20 17:02:45 +11:00
parent f8d13d34d9
commit c4feba6063
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class ExtractFeatures(object):
('HAL_PARACHUTE_ENABLED', 'AP_Parachute::update',),
('AP_FENCE_ENABLED', r'AC_Fence::check\b',),
('HAL_RALLY_ENABLED', r'AP_Rally::get_rally_max\b',),
('HAL_RALLY_ENABLED', 'AP_Rally::find_nearest_rally_point',),
('AC_AVOID_ENABLED', 'AC_Avoid::AC_Avoid',),
('AC_OAPATHPLANNER_ENABLED', 'AP_OAPathPlanner::AP_OAPathPlanner',),
('AC_PAYLOAD_PLACE_ENABLED', 'PayloadPlace::start_descent'),