mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: rename OFFBOARD_GUIDED to AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED
and remove comparison vs ENABLED
This commit is contained in:
parent
a6cda46de3
commit
923b5185c6
|
@ -101,7 +101,7 @@ define AP_LANDINGGEAR_ENABLED APM_BUILD_COPTER_OR_HELI
|
|||
|
||||
# Plane-specific defines; these defines are only used in the Plane
|
||||
# directory, but are seen across the entire codebase:
|
||||
define OFFBOARD_GUIDED 0
|
||||
define AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED 0
|
||||
define QAUTOTUNE_ENABLED 0
|
||||
|
||||
# Copter-specific defines; these defines are only used in the Copter
|
||||
|
|
Loading…
Reference in New Issue