AP_SpdHgtControl: rename flybywire_airspeed to airspeed

this variable applies to any automatic throttle mode, not just FBW
modes.

Pair-Programmed-With: Paul Riseborough <p_riseborough@live.com.au>
This commit is contained in:
Andrew Tridgell 2013-07-18 11:55:47 +10:00
parent 5901b8b22a
commit 42d107b0d9
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ public:
AP_Int8 throttle_max;
AP_Int8 throttle_slewrate;
AP_Int8 throttle_cruise;
AP_Int16 flybywire_airspeed_min;
AP_Int16 flybywire_airspeed_max;
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;
AP_Int16 pitch_limit_max_cd;
AP_Int16 pitch_limit_min_cd;
};