Skip to content

Commit

Permalink
Tools: rename OFFBOARD_GUIDED to AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED
Browse files Browse the repository at this point in the history
and remove comparison vs ENABLED
  • Loading branch information
peterbarker committed Aug 5, 2024
1 parent 923b518 commit 6c851c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/vehicle_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3032,7 +3032,7 @@ def all_log_format_ids(self):
continue
if "#if AC_PRECLAND_ENABLED" in line:
continue
if "#if OFFBOARD_GUIDED == ENABLED" in line:
if "#if AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED" in line:
continue
if "#end" in line:
continue
Expand Down

0 comments on commit 6c851c4

Please sign in to comment.