Skip to content

Commit

Permalink
[fixedwing] stabilization adaptive: remove obsolete declarations
Browse files Browse the repository at this point in the history
Thanks Loic.
  • Loading branch information
flixr committed Jun 10, 2014
1 parent ebfb5ad commit 0050087
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -57,16 +57,6 @@ extern float h_ctl_pitch_of_roll;
h_ctl_pitch_igain = _gain; \
}

/* inner roll loop parameters */
extern float h_ctl_ref_roll_angle;
extern float h_ctl_ref_roll_rate;
extern float h_ctl_ref_roll_accel;

/* inner pitch loop parameters */
extern float h_ctl_ref_pitch_angle;
extern float h_ctl_ref_pitch_rate;
extern float h_ctl_ref_pitch_accel;

extern bool_t use_airspeed_ratio;

#endif /* FW_H_CTL_A_H */

0 comments on commit 0050087

Please sign in to comment.