Browse Source

AP_MotorsHeli: explicitely set ServoControlModes enum

Non functional change but this enum is tied to a parameter value so the exact value is important
master
Randy Mackay 9 years ago
parent
commit
bcbe6b279e
  1. 2
      libraries/AP_Motors/AP_MotorsHeli.h

2
libraries/AP_Motors/AP_MotorsHeli.h

@ -157,7 +157,7 @@ public: @@ -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,

Loading…
Cancel
Save