AC_PID: minor format fix

This commit is contained in:
Randy Mackay 2019-04-15 19:34:39 +09:00
parent b31cd1adb5
commit cae020c307
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public:
float get_i();
float get_d();
float get_ff(float requested_rate);
// reset_I - reset the integrator
void reset_I();