Skip to content

Commit

Permalink
AC_Autotune: Clean up Multi Variables and non functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall authored and peterbarker committed Jun 24, 2024
1 parent 87d6944 commit 5ab2aaf
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
4 changes: 2 additions & 2 deletions libraries/AC_AutoTune/AC_AutoTune.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ class AC_AutoTune

// heli specific variables
uint8_t freq_cnt; // dwell test iteration counter
float start_freq; //start freq for dwell test
float stop_freq; //ending freq for dwell test
float start_freq; // start freq for dwell test
float stop_freq; // ending freq for dwell test
bool ff_up_first_iter; // true on first iteration of ff up testing

private:
Expand Down
Loading

0 comments on commit 5ab2aaf

Please sign in to comment.