Planner: Fixed too long enum display text.

This commit is contained in:
Adam M Rivera 2012-04-23 00:41:03 -05:00
parent b2a7227ae7
commit a2d65b28cc
1 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,7 @@ namespace ArdupilotMega
STABILIZE = 0, // hold level position
[DisplayText("Acro")]
ACRO = 1, // rate control
[DisplayText("Altitude Hold")]
[DisplayText("Alt Hold")]
ALT_HOLD = 2, // AUTO control
[DisplayText("Auto")]
AUTO = 3, // AUTO control
@ -373,11 +373,11 @@ namespace ArdupilotMega
GUIDED = 4, // AUTO control
[DisplayText("Loiter")]
LOITER = 5, // Hold a single location
[DisplayText("Return to Launch")]
[DisplayText("RTL")]
RTL = 6, // AUTO control
[DisplayText("Circle")]
CIRCLE = 7,
[DisplayText("Position Hold")]
[DisplayText("Pos Hold")]
POSITION = 8,
[DisplayText("Land")]
LAND = 9, // AUTO control