SITL: fixed param meta-data name

This commit is contained in:
Andrew Tridgell 2024-04-28 06:48:25 +10:00
parent 54bfaa4438
commit 202cc6ae9d
1 changed files with 1 additions and 1 deletions

View File

@ -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),