From 91b78c0cbebc1f3962fc45c4cd30fd3b4eeb96e1 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Fri, 7 Feb 2014 17:07:51 +0900 Subject: [PATCH] Copter: bug fix for duplicate single and coax params --- ArduCopter/Parameters.pde | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index f96291dae0..34a7d55a1a 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -493,30 +493,6 @@ const AP_Param::Info var_info[] PROGMEM = { GSCALAR(heli_stab_col_max, "H_STAB_COL_MAX", HELI_STAB_COLLECTIVE_MAX_DEFAULT), #endif -#if FRAME_CONFIG == SINGLE_FRAME - // @Group: SS1_ - // @Path: ../libraries/RC_Channel/RC_Channel.cpp - GGROUP(single_servo_1, "SS1_", RC_Channel), - // @Group: SS2_ - // @Path: ../libraries/RC_Channel/RC_Channel.cpp - GGROUP(single_servo_2, "SS2_", RC_Channel), - // @Group: SS3_ - // @Path: ../libraries/RC_Channel/RC_Channel.cpp - GGROUP(single_servo_3, "SS3_", RC_Channel), - // @Group: SS4_ - // @Path: ../libraries/RC_Channel/RC_Channel.cpp - GGROUP(single_servo_4, "SS4_", RC_Channel), -#endif - -#if FRAME_CONFIG == COAX_FRAME - // @Group: SS1_ - // @Path: ../libraries/RC_Channel/RC_Channel.cpp - GGROUP(single_servo_1, "SS1_", RC_Channel), - // @Group: SS2_ - // @Path: ../libraries/RC_Channel/RC_Channel.cpp - GGROUP(single_servo_2, "SS2_", RC_Channel), -#endif - // RC channel //----------- // @Group: RC1_