AP_Mission: mark MIS_TOTAL as internal-use-only

This commit is contained in:
Peter Barker 2019-06-11 14:20:25 +10:00 committed by Peter Barker
parent 4f9d1ada33
commit 9cf9497552
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ const AP_Param::GroupInfo AP_Mission::var_info[] = {
// @Range: 0 32766
// @Increment: 1
// @User: Advanced
AP_GROUPINFO("TOTAL", 0, AP_Mission, _cmd_total, 0),
// @ReadOnly: True
AP_GROUPINFO_FLAGS("TOTAL", 0, AP_Mission, _cmd_total, 0, AP_PARAM_FLAG_INTERNAL_USE_ONLY),
// @Param: RESTART
// @DisplayName: Mission Restart when entering Auto mode