AP_MotorsHeli: explicitely set ServoControlModes enum

Non functional change but this enum is tied to a parameter value so the exact value is important
This commit is contained in:
Randy Mackay 2016-02-02 21:35:58 +09:00
parent 8febcedf4b
commit bcbe6b279e

View File

@ -157,7 +157,7 @@ public:
// manual servo modes (used for setup)
enum ServoControlModes {
SERVO_CONTROL_MODE_AUTOMATED,
SERVO_CONTROL_MODE_AUTOMATED = 0,
SERVO_CONTROL_MODE_MANUAL_PASSTHROUGH,
SERVO_CONTROL_MODE_MANUAL_MAX,
SERVO_CONTROL_MODE_MANUAL_CENTER,