Sub: make VFR_HUD always return height above MSL

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

View File

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