Copter: make VFR_HUD always return height above MSL

This commit is contained in:
Peter Barker 2018-05-29 13:54:06 +10:00 committed by Andrew Tridgell
parent e50a817150
commit 6d9a131a26

View File

@ -53,6 +53,5 @@ private:
MAV_STATE system_status() const override; MAV_STATE system_status() const override;
int16_t vfr_hud_throttle() const override; int16_t vfr_hud_throttle() const override;
bool vfr_hud_make_alt_relative() const override { return true; }
}; };