From 00685ba377727f0b63dc17b0545c069d520166c4 Mon Sep 17 00:00:00 2001 From: "rmackay9@yahoo.com" Date: Tue, 31 May 2011 12:56:58 +0000 Subject: [PATCH] ACM - small bug fix to remove extra bracket git-svn-id: https://arducopter.googlecode.com/svn/trunk@2451 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/motors_hexa.pde | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArduCopterMega/motors_hexa.pde b/ArduCopterMega/motors_hexa.pde index 00d8e7aa07..6a66367351 100644 --- a/ArduCopterMega/motors_hexa.pde +++ b/ArduCopterMega/motors_hexa.pde @@ -196,7 +196,6 @@ void output_motor_test() APM_RC.OutputCh(CH_8, g.rc_3.radio_min); APM_RC.OutputCh(CH_2, g.rc_3.radio_min + 50); delay(1000); -*/ } - +*/ #endif \ No newline at end of file