AP_MotorsHeli: remove unnecessary static declaration

This commit is contained in:
Randy Mackay 2016-02-02 21:34:16 +09:00
parent f022e504b0
commit 8febcedf4b
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ protected:
virtual void move_actuators(float roll_out, float pitch_out, float coll_in, float yaw_out) = 0;
// reset_swash_servo - free up swash servo for maximum movement
static void reset_swash_servo(RC_Channel& servo);
void reset_swash_servo(RC_Channel& servo);
// init_outputs - initialise Servo/PWM ranges and endpoints
virtual void init_outputs() = 0;