Sub: stop sending MSG_SERVO_OUT messages

This didn't ever result in a message being sent on Sub
This commit is contained in:
Peter Barker 2017-07-19 10:46:07 +10:00 committed by Francisco Ferreira
parent db080ed60e
commit e0879c6fce

View File

@ -757,7 +757,6 @@ GCS_MAVLINK_Sub::data_stream_send(void)
}
if (stream_trigger(STREAM_RAW_CONTROLLER)) {
send_message(MSG_SERVO_OUT);
}
if (sub.gcs_out_of_time) {