diff --git a/libraries/AC_PID/AC_PID.h b/libraries/AC_PID/AC_PID.h index f557b09d37..e6ba4539f1 100644 --- a/libraries/AC_PID/AC_PID.h +++ b/libraries/AC_PID/AC_PID.h @@ -45,7 +45,7 @@ public: void reset_I(); // reset_filter - input filter will be reset to the next value provided to set_input() - void reset_filter(); + void reset_filter() { _flags._reset_filter = true; } // load gain from eeprom void load_gains();