Browse Source

AC_AutoTune: Disable variables that are overwritten

zr-v5.1
murata 4 years ago committed by Peter Barker
parent
commit
49bb4d38a1
  1. 2
      libraries/AC_AutoTune/AC_AutoTune.cpp

2
libraries/AC_AutoTune/AC_AutoTune.cpp

@ -157,8 +157,6 @@ bool AC_AutoTune::init_internals(bool _use_poshold,
switch (mode) { switch (mode) {
case FAILED: case FAILED:
// autotune has been run but failed so reset state to uninitialized
mode = UNINITIALISED;
// fall through to restart the tuning // fall through to restart the tuning
FALLTHROUGH; FALLTHROUGH;

Loading…
Cancel
Save