mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: rename APMrover2 to Rover
This commit is contained in:
parent
d390126b93
commit
b7a03ae5ad
|
@ -224,7 +224,7 @@ void RangeFinder::convert_params(void) {
|
|||
info.old_key = 53;
|
||||
#elif APM_BUILD_TYPE(APM_BUILD_ArduSub)
|
||||
info.old_key = 35;
|
||||
#elif APM_BUILD_TYPE(APM_BUILD_APMrover2)
|
||||
#elif APM_BUILD_TYPE(APM_BUILD_Rover)
|
||||
info.old_key = 197;
|
||||
#else
|
||||
params[0].type.save(true);
|
||||
|
|
Loading…
Reference in New Issue