mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: rename OFFBOARD_GUIDED to AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED
and remove comparison vs ENABLED
This commit is contained in:
parent
923b5185c6
commit
6c851c4ea3
@ -3032,7 +3032,7 @@ class TestSuite(ABC):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user