Browse Source

Fix type of g.throttle_min/g.throttle_max

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1672 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
DrZiplok 14 years ago
parent
commit
48d6a3690c
  1. 4
      ArduCopterMega/Parameters.h

4
ArduCopterMega/Parameters.h

@ -143,8 +143,8 @@ public: @@ -143,8 +143,8 @@ public:
// Throttle
//
AP_Int8 throttle_min;
AP_Int8 throttle_max;
AP_Int16 throttle_min;
AP_Int16 throttle_max;
AP_Int8 throttle_failsafe_enabled;
AP_Int8 throttle_failsafe_action;
AP_Int16 throttle_failsafe_value;

Loading…
Cancel
Save