Skip to content

Commit

Permalink
SITL: fixed param meta-data name
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 27, 2024
1 parent 54bfaa4 commit 202cc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SIM_StratoBlimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AP_Param::GroupInfo StratoBlimp::var_info[] = {
// @Description: drag on X axis
AP_GROUPINFO("DRAG_FWD", 5, StratoBlimp, drag_fwd, 0.27),

// @Param: DRAG_FWD
// @Param: DRAG_UP
// @DisplayName: drag in upward direction
// @Description: drag on Z axis
AP_GROUPINFO("DRAG_UP", 6, StratoBlimp, drag_up, 0.1),
Expand Down

0 comments on commit 202cc6a

Please sign in to comment.