mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
ArduCopter: remove unnecessary "Initialising APM message..."
This commit is contained in:
parent
53acb324db
commit
415029fdf5
@ -39,11 +39,6 @@ static bool gcs_check()
|
||||
gcs_data_stream_send();
|
||||
sent_message = true;
|
||||
}
|
||||
if (tnow - last_5s > 5000 && !sent_message) {
|
||||
last_5s = tnow;
|
||||
gcs_send_text_P(SEVERITY_LOW, PSTR("Initialising APM..."));
|
||||
sent_message = true;
|
||||
}
|
||||
|
||||
return sent_message;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user