mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Copter: make VFR_HUD always return height above MSL
This commit is contained in:
parent
e50a817150
commit
6d9a131a26
@ -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; }
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user