From 663951d9a782e2ccf001409e91dba562442f8d83 Mon Sep 17 00:00:00 2001 From: Paul Riseborough Date: Tue, 23 Apr 2013 21:09:09 +1000 Subject: [PATCH] Plane: rename APM_Control parameters this groups the parameters more logically --- ArduPlane/Parameters.pde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde index 07f6f0ef17..d06a4b3cad 100644 --- a/ArduPlane/Parameters.pde +++ b/ArduPlane/Parameters.pde @@ -685,9 +685,9 @@ const AP_Param::Info var_info[] PROGMEM = { GGROUP(pidServoPitch, "PTCH2SRV_", PID), GGROUP(pidServoRudder, "YW2SRV_", PID), #else - GGROUP(rollController, "RLL_", AP_RollController), - GGROUP(pitchController, "PTCH_", AP_PitchController), - GGROUP(yawController, "YWCTL_", AP_YawController), + GGROUP(rollController, "CTL_RLL_", AP_RollController), + GGROUP(pitchController, "CTL_PTCH_", AP_PitchController), + GGROUP(yawController, "CTL_YAW_", AP_YawController), #endif // variables not in the g class which contain EEPROM saved variables