mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AC_AutoTune: nuke clang warnings
This commit is contained in:
parent
7999335727
commit
8b563836ac
@ -201,15 +201,9 @@ private:
|
|||||||
// flag for finding the peak of the gain response
|
// flag for finding the peak of the gain response
|
||||||
bool find_peak;
|
bool find_peak;
|
||||||
|
|
||||||
// updating angle P up yaw
|
|
||||||
// counter value of previous good frequency
|
|
||||||
uint8_t sp_prev_good_frq_cnt;
|
|
||||||
|
|
||||||
// updating rate P up
|
// updating rate P up
|
||||||
// counter value of previous good frequency
|
// counter value of previous good frequency
|
||||||
uint8_t rp_prev_good_frq_cnt;
|
uint8_t rp_prev_good_frq_cnt;
|
||||||
// previous gain
|
|
||||||
float rp_prev_gain;
|
|
||||||
|
|
||||||
// updating rate D up
|
// updating rate D up
|
||||||
// counter value of previous good frequency
|
// counter value of previous good frequency
|
||||||
|
Loading…
Reference in New Issue
Block a user