ArduCopter: remove duplicate (?) send of MSG_EXTENDED_STATUS1

This commit is contained in:
rmackay9 2012-12-20 12:57:07 +09:00 committed by Andrew Tridgell
parent 6baddf4aee
commit 331a73c4ac

View File

@ -30,7 +30,6 @@ static bool gcs_check()
if (tnow - last_1hz > 1000) {
last_1hz = tnow;
gcs_send_message(MSG_HEARTBEAT);
gcs_send_message(MSG_EXTENDED_STATUS1);
sent_message = true;
}
if (tnow - last_50hz > 20 && !sent_message) {