AP_Follow: minor format fix to FOLL_ALT_TYPE param desc

This commit is contained in:
Randy Mackay 2020-02-17 12:26:56 +09:00
parent eca0d662f0
commit 53fb333f0c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ const AP_Param::GroupInfo AP_Follow::var_info[] = {
// @Param: _ALT_TYPE
// @DisplayName: Follow altitude type
// @Description: Follow altitude type
// @Values: 0:absolute, 1: relative
// @Values: 0:absolute, 1:relative
// @User: Standard
AP_GROUPINFO("_ALT_TYPE", 10, AP_Follow, _alt_type, AP_FOLLOW_ALTITUDE_TYPE_RELATIVE),
#endif