Skip to content

Commit

Permalink
Blimp: fix param increment description
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and rmackay9 committed Jan 13, 2025
1 parent 66da902 commit 0c9aaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blimp/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const AP_Param::Info Blimp::var_info[] = {
// @User: Advanced
// @Units: Hz
// @Range: 0 10
// @Increment: .5
// @Increment: 0.5
GSCALAR(throttle_filt, "PILOT_THR_FILT", 0),

// @Param: PILOT_THR_BHV
Expand Down

0 comments on commit 0c9aaa2

Please sign in to comment.