Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Jul 31, 2023
1 parent a5209a0 commit 70193e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_PID/AC_PID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const AP_Param::GroupInfo AC_PID::var_info[] = {
// @Param: IMAX
// @DisplayName: PID Integral Maximum
// @Description: The maximum/minimum value that the I term can output
AP_GROUPINFO_FLAGS_DEFAULT_POINTER("PDMAX", 5, AC_PID, _kpdmax, default_kpdmax),
AP_GROUPINFO_FLAGS_DEFAULT_POINTER("PDMAX", 13, AC_PID, _kpdmax, default_kpdmax),

AP_GROUPEND
};
Expand Down

0 comments on commit 70193e1

Please sign in to comment.