AP_Vehicle: added stall_prevention variable

This commit is contained in:
Andrew Tridgell 2014-11-13 14:05:22 +11:00
parent 58fd72944d
commit 04b63a61bf

View File

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