Browse Source

TradHeli: change coll_out to int16_t

was incorrectly defined as an AP_Int16 parameter
mission-4.1.18
Randy Mackay 12 years ago
parent
commit
1a7cffefe6
  1. 2
      libraries/AP_Motors/AP_MotorsHeli.h

2
libraries/AP_Motors/AP_MotorsHeli.h

@ -96,7 +96,7 @@ public: @@ -96,7 +96,7 @@ public:
AP_Int8 stab_col_min; // collective pitch minimum in Stabilize Mode
AP_Int8 stab_col_max; // collective pitch maximum in Stabilize Mode
bool stab_throttle; // true if we are in Stabilize Mode for reduced Swash Range
AP_Int16 coll_out; // returns the actual collective in use to the main code
int16_t coll_out; // returns the actual collective in use to the main code
// init
void Init();

Loading…
Cancel
Save