Copter: stop sending MSG_SERVO_OUT messages

This didn't ever result in a message being sent on Copter
This commit is contained in:
Peter Barker 2017-08-02 12:41:50 +10:00 committed by Francisco Ferreira
parent 137d513fdc
commit db080ed60e

View File

@ -639,7 +639,6 @@ GCS_MAVLINK_Copter::data_stream_send(void)
if (copter.gcs_out_of_time) return;
if (stream_trigger(STREAM_RAW_CONTROLLER)) {
send_message(MSG_SERVO_OUT);
}
if (copter.gcs_out_of_time) return;