AC_AutoTune: Stop specifying bit widths

This commit is contained in:
Bill Geyer 2021-09-29 23:30:48 -04:00 committed by Bill Geyer
parent 7e4c94f7ec
commit bff6f3a7a8

View File

@ -373,7 +373,7 @@ protected:
float command_out;
float test_tgt_rate_filt; // filtered target rate
float filt_target_rate;
bool ff_up_first_iter : 1; //true on first iteration of ff up testing
bool ff_up_first_iter; //true on first iteration of ff up testing
float test_gain[20]; // gain of output to input
float test_freq[20];
float test_phase[20];