Skip to content

Commit

Permalink
AC_Autorotation: fix bug in params
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer authored Feb 10, 2024
1 parent a895d15 commit 7c8274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_Autorotation/AC_Autorotation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const AP_Param::GroupInfo AC_Autorotation::var_info[] = {
// @DisplayName: Autorotation options
// @Description: Bitmask for autorotation options.
// @Bitmask: 0: Use stabilize-like controls (roll angle, yaw rate)
AP_GROUPINFO("OPTIONS", 16, AC_Autorotation, _options, 0),
AP_GROUPINFO("OPTIONS", 17, AC_Autorotation, _options, 0),

AP_GROUPEND
};
Expand Down

0 comments on commit 7c8274a

Please sign in to comment.