mirror of https://github.com/ArduPilot/ardupilot
AC_PID: minor format fix
This commit is contained in:
parent
b31cd1adb5
commit
cae020c307
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue