Skip to content

Commit

Permalink
AP_MotorsHeli: fix param length
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer authored Dec 27, 2024
1 parent cecabd6 commit 2c8071a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_Motors/AP_MotorsHeli_RSC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ const AP_Param::GroupInfo AP_MotorsHeli_RSC::var_info[] = {
// @User: Standard
AP_GROUPINFO("GOV_RAMP", 28, AP_MotorsHeli_RSC, _governor_init_ramp, 20),

// @Param: GOV_RPM_LAG
// @Param: GOV_RLAG
// @DisplayName: Governor rotor runup RPM lag
// @Description: Allowable RPM lag before engine advancement will halt and wait for rotor to catch up
// @Range: 50 - 200
// @Units: %
// @Increment: 1
// @User: Standard
AP_GROUPINFO("GOV_RPM_LAG", 30, AP_MotorsHeli_RSC, _governor_rotor_rpm_lag, 100),
AP_GROUPINFO("GOV_RLAG", 30, AP_MotorsHeli_RSC, _governor_rotor_rpm_lag, 100),

AP_GROUPEND
};
Expand Down

0 comments on commit 2c8071a

Please sign in to comment.