mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Vehicle: Add pitch_trim_cd to fixed wing shared parameters
This commit is contained in:
parent
97bcc11f68
commit
d335e71749
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user