Browse Source

Plane: fixed Q_THR_MAX_PWM parameter

master
Andrew Tridgell 9 years ago
parent
commit
7010fd27ff
  1. 2
      ArduPlane/quadplane.cpp

2
ArduPlane/quadplane.cpp

@ -276,7 +276,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = { @@ -276,7 +276,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
// @Range: 800 2200
// @Increment: 1
// @User: Standard
AP_GROUPINFO("THR_MIN_PWM", 23, QuadPlane, thr_max_pwm, 2000),
AP_GROUPINFO("THR_MAX_PWM", 23, QuadPlane, thr_max_pwm, 2000),
// @Param: ASSIST_SPEED
// @DisplayName: Quadplane assistance speed

Loading…
Cancel
Save