mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Plane: removed unused prototypes
This commit is contained in:
parent
750212eb8f
commit
37220e1568
@ -1057,8 +1057,6 @@ private:
|
||||
void calc_nav_yaw_ground(void);
|
||||
void throttle_slew_limit(void);
|
||||
bool suppress_throttle(void);
|
||||
void channel_output_mixer_pwm(uint8_t mixing_type, uint16_t & chan1, uint16_t & chan2)const;
|
||||
void channel_output_mixer(uint8_t mixing_type, SRV_Channel::Aux_servo_function_t servo1, SRV_Channel::Aux_servo_function_t servo2);
|
||||
void channel_function_mixer(SRV_Channel::Aux_servo_function_t func1_in, SRV_Channel::Aux_servo_function_t func2_in,
|
||||
SRV_Channel::Aux_servo_function_t func1_out, SRV_Channel::Aux_servo_function_t func2_out);
|
||||
void flaperon_update(int8_t flap_percent);
|
||||
|
Loading…
Reference in New Issue
Block a user