AC_PI_2D: minor format fix

This commit is contained in:
Randy Mackay 2015-04-28 15:04:54 +09:00
parent 303cfd683a
commit 3514177314

View File

@ -50,7 +50,7 @@ public:
void save_gains(); void save_gains();
/// operator function call for easy initialisation /// 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 // get accessors
float kP() const { return _kp.get(); } float kP() const { return _kp.get(); }