AP_Vehicle: expose LAND_FLARE_SEC in vehicle parameters for fixed wing

This commit is contained in:
Andrew Tridgell 2015-03-15 13:52:34 +11:00
parent 060f553097
commit 8fc58d1cbe

View File

@ -38,6 +38,7 @@ public:
AP_Int16 pitch_limit_min_cd;
AP_Int8 autotune_level;
AP_Int16 land_pitch_cd;
AP_Float land_flare_sec;
AP_Int8 stall_prevention;
};