Rover: minor format fix to GCS_MAVLink.cpp
This commit is contained in:
parent
e71dc9307e
commit
0722c6a265
@ -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…
Reference in New Issue
Block a user