AR_AttitudeControl: minor declaration ordering change

This commit is contained in:
Randy Mackay 2019-05-01 09:28:09 +09:00
parent f6f5967a82
commit 415042e557

View File

@ -136,12 +136,12 @@ public:
// get minimum stopping distance (in meters) given a speed (in m/s)
float get_stopping_distance(float speed) const;
// parameter var table
static const struct AP_Param::GroupInfo var_info[];
// relax I terms of throttle and steering controllers
void relax_I();
// parameter var table
static const struct AP_Param::GroupInfo var_info[];
private:
// external references