Browse Source

Copter: AutoTune remove unused local variable

master
Leonard Hall 10 years ago committed by Randy Mackay
parent
commit
c1134c1639
  1. 1
      ArduCopter/control_autotune.cpp

1
ArduCopter/control_autotune.cpp

@ -900,7 +900,6 @@ void Copter::autotune_load_intra_test_gains() @@ -900,7 +900,6 @@ void Copter::autotune_load_intra_test_gains()
// called by autotune_attitude_control() just before it beings testing a gain (i.e. just before it twitches)
void Copter::autotune_load_twitch_gains()
{
bool failed = true;
switch (autotune_state.axis) {
case AUTOTUNE_AXIS_ROLL:
g.pid_rate_roll.kP(tune_roll_rp);

Loading…
Cancel
Save