AP_MotorsHeli_Single: servo_test becomes protected
This commit is contained in:
parent
cefd114964
commit
a63dba5b13
@ -109,9 +109,6 @@ public:
|
||||
|
||||
void set_acro_tail(bool set) { _acro_tail = set; }
|
||||
|
||||
// servo_test - move servos through full range of movement
|
||||
void servo_test();
|
||||
|
||||
// parameter_check - returns true if helicopter specific parameters are sensible, used for pre-arm check
|
||||
bool parameter_check(bool display_msg) const;
|
||||
|
||||
@ -138,6 +135,9 @@ protected:
|
||||
// write_aux - outputs pwm onto output aux channel (ch7). servo_out parameter is of the range 0 ~ 1000
|
||||
void write_aux(int16_t servo_out);
|
||||
|
||||
// servo_test - move servos through full range of movement
|
||||
void servo_test();
|
||||
|
||||
// external objects we depend upon
|
||||
RC_Channel& _servo_aux; // output to ext gyro gain and tail direct drive esc (ch7)
|
||||
RC_Channel& _swash_servo_1; // swash plate servo #1
|
||||
|
Loading…
Reference in New Issue
Block a user