AP_Vehicle: change string to Initialising ArduPilot

This commit is contained in:
Peter Barker 2020-01-16 14:17:31 +11:00 committed by Andrew Tridgell
parent 342e502da4
commit 8f550ffdd4

View File

@ -84,7 +84,7 @@ void AP_Vehicle::scheduler_delay_callback()
}
if (tnow - last_5s > 5000) {
last_5s = tnow;
gcs().send_text(MAV_SEVERITY_INFO, "Initialising APM");
gcs().send_text(MAV_SEVERITY_INFO, "Initialising ArduPilot");
}
logger.EnableWrites(true);