Copter: stop sending MSG_SERVO_OUT messages
This didn't ever result in a message being sent on Copter
This commit is contained in:
parent
137d513fdc
commit
db080ed60e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user