Tracker: correct sending of servo outputs

This commit is contained in:
Peter Barker 2017-11-27 12:51:31 +11:00 committed by Randy Mackay
parent 8d2db3218c
commit ca72b20e04
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ GCS_MAVLINK_Tracker::data_stream_send(void)
}
if (stream_trigger(STREAM_RAW_CONTROLLER)) {
send_message(MSG_SERVO_OUT);
send_message(MSG_SERVO_OUTPUT_RAW);
}
if (stream_trigger(STREAM_RC_CHANNELS)) {