mirror of https://github.com/ArduPilot/ardupilot
ACM - small bug fix to remove extra bracket
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2451 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
e6d081704d
commit
00685ba377
|
@ -196,7 +196,6 @@ void output_motor_test()
|
||||||
APM_RC.OutputCh(CH_8, g.rc_3.radio_min);
|
APM_RC.OutputCh(CH_8, g.rc_3.radio_min);
|
||||||
APM_RC.OutputCh(CH_2, g.rc_3.radio_min + 50);
|
APM_RC.OutputCh(CH_2, g.rc_3.radio_min + 50);
|
||||||
delay(1000);
|
delay(1000);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue