mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: tidy TRIM_PITCH to PTCH_TRIM_DEG
This commit is contained in:
parent
108a0b77bd
commit
3643eb6d2a
|
@ -268,7 +268,7 @@ public:
|
|||
*/
|
||||
virtual bool get_pan_tilt_norm(float &pan_norm, float &tilt_norm) const { return false; }
|
||||
|
||||
// Returns roll and pitch for OSD Horizon, Plane overrides to correct for VTOL view and fixed wing TRIM_PITCH
|
||||
// Returns roll and pitch for OSD Horizon, Plane overrides to correct for VTOL view and fixed wing PTCH_TRIM_DEG
|
||||
virtual void get_osd_roll_pitch_rad(float &roll, float &pitch) const;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue