mirror of https://github.com/ArduPilot/ardupilot
AC_PID: minor format fix
This commit is contained in:
parent
fc46fe71f0
commit
39b0d76121
|
@ -60,6 +60,6 @@ private:
|
|||
// internal variables
|
||||
float _dt; // time step in seconds
|
||||
Vector2f _error; // time step in seconds
|
||||
float _error_max; // error limit in positive direction
|
||||
float _error_max; // error limit in positive direction
|
||||
float _D1_max; // maximum first derivative of output
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue