Browse Source

Plane: rename APM_Control parameters

this groups the parameters more logically
mission-4.1.18
Paul Riseborough 12 years ago committed by Andrew Tridgell
parent
commit
663951d9a7
  1. 6
      ArduPlane/Parameters.pde

6
ArduPlane/Parameters.pde

@ -685,9 +685,9 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -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

Loading…
Cancel
Save