AP_Vehicle: added autotune_level to fixed wing parms

This commit is contained in:
Andrew Tridgell 2014-04-13 22:11:28 +10:00
parent b7350118a6
commit 86f167fc7f

View File

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