mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
Fixed cosmetic typo in user display message
Corrected "it's" to "its". Just one of those grammar things that drives me crazy ;-)
This commit is contained in:
parent
1121254606
commit
4800c57fb4
@ -337,20 +337,20 @@ bool AP_InertialSensor::calibrate_accel(void (*flash_leds_cb)(bool on),
|
|||||||
msg = PSTR("level");
|
msg = PSTR("level");
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
msg = PSTR("on it's left side");
|
msg = PSTR("on its LEFT side");
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
msg = PSTR("on it's right side");
|
msg = PSTR("on its RIGHT side");
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
msg = PSTR("nose down");
|
msg = PSTR("nose DOWN");
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
msg = PSTR("nose up");
|
msg = PSTR("nose UP");
|
||||||
break;
|
break;
|
||||||
default: // default added to avoid compiler warning
|
default: // default added to avoid compiler warning
|
||||||
case 5:
|
case 5:
|
||||||
msg = PSTR("on it's back");
|
msg = PSTR("on its BACK");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
interact->printf_P(
|
interact->printf_P(
|
||||||
|
Loading…
Reference in New Issue
Block a user