mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
small fix
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1570 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
40ec5d906d
commit
43620dd50b
@ -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