Plane: Text revisions

text revisions
This commit is contained in:
Luis Vale Gonçalves 2015-11-18 19:17:50 +00:00 committed by Andrew Tridgell
parent d7ff90326b
commit 4722a388b9
1 changed files with 1 additions and 1 deletions

View File

@ -1933,7 +1933,7 @@ void Plane::mavlink_delay_cb()
}
if (tnow - last_5s > 5000) {
last_5s = tnow;
gcs_send_text(MAV_SEVERITY_INFO, "Initialising APM...");
gcs_send_text(MAV_SEVERITY_INFO, "Initialising APM");
}
check_usb_mux();