diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index 50f70f65f5..01342473dc 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -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();