AC_Autorotation: minor comment fix

This commit is contained in:
Randy Mackay 2021-01-05 17:18:52 +09:00
parent 5ca7e03eeb
commit 3a075850f6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const AP_Param::GroupInfo AC_Autorotation::var_info[] = {
AP_GROUPINFO_FLAGS("ENABLE", 1, AC_Autorotation, _param_enable, 0, AP_PARAM_FLAG_ENABLE),
// @Param: HS_P
// @DisplayName: P gain for head spead controller
// @DisplayName: P gain for head speed controller
// @Description: Increase value to increase sensitivity of head speed controller during autonomous autorotation.
// @Range: 0.3 1
// @Increment: 0.01