diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index 2464dbc81d..74b6553082 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -1002,6 +1002,7 @@ void QuadPlane::run_z_controller(void) // initialise the vertical position controller with no descent pos_control->init_z_controller_no_descent(); } + last_pidz_init_ms = now; } last_pidz_active_ms = now; pos_control->update_z_controller();