mirror of https://github.com/ArduPilot/ardupilot
AP_Follow: minor format fix to FOLL_ALT_TYPE param desc
This commit is contained in:
parent
eca0d662f0
commit
53fb333f0c
|
@ -115,7 +115,7 @@ const AP_Param::GroupInfo AP_Follow::var_info[] = {
|
||||||
// @Param: _ALT_TYPE
|
// @Param: _ALT_TYPE
|
||||||
// @DisplayName: Follow altitude type
|
// @DisplayName: Follow altitude type
|
||||||
// @Description: Follow altitude type
|
// @Description: Follow altitude type
|
||||||
// @Values: 0:absolute, 1: relative
|
// @Values: 0:absolute, 1:relative
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_ALT_TYPE", 10, AP_Follow, _alt_type, AP_FOLLOW_ALTITUDE_TYPE_RELATIVE),
|
AP_GROUPINFO("_ALT_TYPE", 10, AP_Follow, _alt_type, AP_FOLLOW_ALTITUDE_TYPE_RELATIVE),
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue