Browse Source

Rover: minor format fix to GCS_MAVLink.cpp

mission-4.1.18
Randy Mackay 7 years ago
parent
commit
0722c6a265
  1. 1
      APMrover2/GCS_Mavlink.cpp

1
APMrover2/GCS_Mavlink.cpp

@ -195,6 +195,7 @@ void Rover::send_pid_tuning(mavlink_channel_t chan) @@ -195,6 +195,7 @@ void Rover::send_pid_tuning(mavlink_channel_t chan)
return;
}
}
// speed to throttle PID
if (g.gcs_pid_mask & 2) {
pid_info = &g2.attitude_control.get_throttle_speed_pid().get_pid_info();

Loading…
Cancel
Save