Skip to content

Commit

Permalink
Blimp: Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Sep 19, 2023
1 parent 96c7534 commit 517fb59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Blimp/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,12 +723,12 @@ const AP_Param::Info Blimp::var_info[] = {
// @User: Advanced

// @Param: POSYAW_PDMX
// @DisplayName: PD Sum Maximum
// @Description: The maximum/minimum value that the sum of the P and D term can output
// @DisplayName: Position (yaw) axis controller PD sum maximum
// @Description: Position (yaw) axis controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
// @Range: 0 4000
// @Increment: 10
// @Units: d%
// @User: Standard
// @User: Advanced
GOBJECT(pid_pos_yaw, "POSYAW_", AC_PID),

// @Group:
Expand Down

0 comments on commit 517fb59

Please sign in to comment.