AP_Vehicle: Add pitch_trim_cd to fixed wing shared parameters

This commit is contained in:
Paul Riseborough 2022-11-11 16:01:18 +11:00 committed by Andrew Tridgell
parent 97bcc11f68
commit d335e71749

View File

@ -22,6 +22,7 @@ struct AP_FixedWing {
AP_Int8 autotune_level;
AP_Int8 stall_prevention;
AP_Int16 loiter_radius;
AP_Int16 pitch_trim_cd;
struct Rangefinder_State {
bool in_range:1;