AP_Vehicle: added land_pitch_cd for fixed wing

This commit is contained in:
Andrew Tridgell 2014-08-27 20:11:03 +10:00
parent 46ac52bccc
commit fb4ef0b5c6

View File

@ -37,6 +37,7 @@ public:
AP_Int16 pitch_limit_max_cd;
AP_Int16 pitch_limit_min_cd;
AP_Int8 autotune_level;
AP_Int16 land_pitch_cd;
};
/*