mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AR_AttitudeControl: minor declaration ordering change
This commit is contained in:
parent
f6f5967a82
commit
415042e557
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user