mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Sub: stop sending MSG_SERVO_OUT messages
This didn't ever result in a message being sent on Sub
This commit is contained in:
parent
db080ed60e
commit
e0879c6fce
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user