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:
parent
12cfc19f0b
commit
48d6a3690c
@ -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…
Reference in New Issue
Block a user