Fix type of g.throttle_min/g.throttle_max

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1672 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
DrZiplok 2011-02-17 09:44:39 +00:00
parent 12cfc19f0b
commit 48d6a3690c
1 changed files with 2 additions and 2 deletions

View File

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