AP_Mission: doc updates

This commit is contained in:
Andrew Tridgell 2014-03-16 15:53:22 +11:00 committed by Randy Mackay
parent 4bf140aeac
commit 3538621c48
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
const AP_Param::GroupInfo AP_Mission::var_info[] PROGMEM = {
// @Param: TOTAL
// @DisplayName: Total number of commands in the mission
// @DisplayName: Total number of commands in the mission in eeprom
// @Description: The number of mission mission items that has been loaded by the ground station. Do not change this manually.
// @Range: 0 255
// @Range: 0 32766
// @Increment: 1
// @User: Advanced
AP_GROUPINFO("TOTAL", 0, AP_Mission, _cmd_total, 0),