small fix
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1570 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
1c9a53ec81
commit
b3334b71bd
@ -28,7 +28,7 @@ camera_stabilization()
|
||||
|
||||
rc_camera_roll.servo_out = dcm.roll_sensor * 1;
|
||||
rc_camera_roll.calc_pwm();
|
||||
APM_RC.OutputCh(CH_6, rc_camera_pitch.radio_out);
|
||||
APM_RC.OutputCh(CH_6, rc_camera_roll.radio_out);
|
||||
|
||||
|
||||
//If you want to do control mixing use this function.
|
||||
|
Loading…
Reference in New Issue
Block a user