mirror of https://github.com/ArduPilot/ardupilot
Added Tri-copter support for Max
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1421 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
153da15579
commit
5c7b99fe33
|
@ -166,7 +166,9 @@ void set_servos_4(void)
|
|||
motor_out[BACK] = rc_3.radio_out - rc_2.pwm_out;
|
||||
|
||||
// servo Yaw
|
||||
motor_out[FRONT] = rc_4.radio_out;
|
||||
//motor_out[FRONT] = rc_4.radio_out;
|
||||
APM_RC.OutputCh(CH_7,rc_4.radio_out);
|
||||
|
||||
|
||||
}else{
|
||||
|
||||
|
|
Loading…
Reference in New Issue