AC_Fence: rename APMrover2 to Rover

This commit is contained in:
Peter Barker 2020-03-27 11:51:14 +11:00 committed by Randy Mackay
parent 002d47447e
commit e545a429a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
extern const AP_HAL::HAL& hal;
#if APM_BUILD_TYPE(APM_BUILD_APMrover2)
#if APM_BUILD_TYPE(APM_BUILD_Rover)
#define AC_FENCE_TYPE_DEFAULT AC_FENCE_TYPE_CIRCLE | AC_FENCE_TYPE_POLYGON
#else
#define AC_FENCE_TYPE_DEFAULT AC_FENCE_TYPE_ALT_MAX | AC_FENCE_TYPE_CIRCLE | AC_FENCE_TYPE_POLYGON