Skip to content

Commit

Permalink
Merge branch 'ardupilot4.5.3' of https://github.com/JosephStew-art/ar…
Browse files Browse the repository at this point in the history
…dupilot into ardupilot4.5.3
  • Loading branch information
JosephStew-art committed Dec 13, 2024
2 parents f703072 + f114bc6 commit 63475a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ArduPlane/tiltrotor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ float Tiltrotor::tilt_max_change(bool up, bool in_flap_range) const
fast_tilt = true;
}
if (fast_tilt) {
// allow a minimum of 90 DPS in manual or if we are not
// stabilising, to give fast control
rate = MAX(rate, 90);
}
}
Expand Down

0 comments on commit 63475a0

Please sign in to comment.