mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_PI_2D: minor format fix
This commit is contained in:
parent
303cfd683a
commit
3514177314
@ -50,7 +50,7 @@ public:
|
||||
void save_gains();
|
||||
|
||||
/// operator function call for easy initialisation
|
||||
void operator() (float p, float i, float imaxval, float input_filt_hz, float dt );
|
||||
void operator() (float p, float i, float imaxval, float input_filt_hz, float dt);
|
||||
|
||||
// get accessors
|
||||
float kP() const { return _kp.get(); }
|
||||
|
Loading…
Reference in New Issue
Block a user