mirror of https://github.com/ArduPilot/ardupilot
AC_Avoidance: rename APMrover2 to Rover
This commit is contained in:
parent
4579ed1b15
commit
002d47447e
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#if APM_BUILD_TYPE(APM_BUILD_APMrover2)
|
||||
#if APM_BUILD_TYPE(APM_BUILD_Rover)
|
||||
# define AP_AVOID_BEHAVE_DEFAULT AC_Avoid::BehaviourType::BEHAVIOR_STOP
|
||||
#else
|
||||
# define AP_AVOID_BEHAVE_DEFAULT AC_Avoid::BehaviourType::BEHAVIOR_SLIDE
|
||||
|
|
Loading…
Reference in New Issue