Browse Source

AC_PID: minor format fix

mission-4.1.18
Randy Mackay 6 years ago
parent
commit
cae020c307
  1. 2
      libraries/AC_PID/AC_PID.h

2
libraries/AC_PID/AC_PID.h

@ -40,7 +40,7 @@ public: @@ -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…
Cancel
Save