AP_InertialSensor: rename APMrover2 to Rover

This commit is contained in:
Peter Barker 2020-03-27 11:51:15 +11:00 committed by Randy Mackay
parent e67347f011
commit efbf929bc0

View File

@ -44,7 +44,7 @@ extern const AP_HAL::HAL& hal;
#define DEFAULT_GYRO_FILTER 20
#define DEFAULT_ACCEL_FILTER 20
#define DEFAULT_STILL_THRESH 2.5f
#elif APM_BUILD_TYPE(APM_BUILD_APMrover2)
#elif APM_BUILD_TYPE(APM_BUILD_Rover)
#define DEFAULT_GYRO_FILTER 4
#define DEFAULT_ACCEL_FILTER 10
#define DEFAULT_STILL_THRESH 0.1f