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:
rmackay9@yahoo.com 2011-05-31 12:56:58 +00:00
parent e6d081704d
commit 00685ba377
1 changed files with 1 additions and 2 deletions

View File

@ -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