Plane: fixed typo in AP_Motors conversion

This commit is contained in:
Andrew Tridgell 2016-04-01 16:45:01 +11:00
parent e7f7afcc4d
commit 52cc369f15

View File

@ -1136,7 +1136,7 @@ bool QuadPlane::do_vtol_land(const AP_Mission::Mission_Command& cmd)
}
attitude_control->get_rate_roll_pid().reset_I();
attitude_control->get_rate_pitch_pid().reset_I();
attitude_control->get_rate_pitch_pid().reset_I();
attitude_control->get_rate_yaw_pid().reset_I();
pid_accel_z.reset_I();
pi_vel_xy.reset_I();