INS: replace APM with vehicle in accel calibrate

This commit is contained in:
Randy Mackay 2013-12-28 10:41:49 +09:00
parent e926f11ec3
commit a400ddeb88
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ bool AP_InertialSensor::calibrate_accel(AP_InertialSensor_UserInteract* interact
break;
}
interact->printf_P(
PSTR("Place APM %S and press any key.\n"), msg);
PSTR("Place vehicle %S and press any key.\n"), msg);
// wait for user input
interact->blocking_read();