mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
ArduCopter: remove unnecessary "Initialising APM message..."
This commit is contained in:
parent
8b62c4630b
commit
1f5fdcdaa8
@ -39,11 +39,6 @@ static bool gcs_check()
|
|||||||
gcs_data_stream_send();
|
gcs_data_stream_send();
|
||||||
sent_message = true;
|
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;
|
return sent_message;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user