mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
SITL: fixed param meta-data name
This commit is contained in:
parent
54bfaa4438
commit
202cc6ae9d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user