mirror of https://github.com/ArduPilot/ardupilot
parent
d7ff90326b
commit
4722a388b9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue