Browse Source

AP_Vehicle: added autotune_level to fixed wing parms

master
Andrew Tridgell 11 years ago
parent
commit
86f167fc7f
  1. 1
      libraries/AP_Vehicle/AP_Vehicle.h

1
libraries/AP_Vehicle/AP_Vehicle.h

@ -36,6 +36,7 @@ public: @@ -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;
};
/*

Loading…
Cancel
Save