AP_Vehicle: tidy TRIM_PITCH to PTCH_TRIM_DEG

This commit is contained in:
Andrew Tridgell 2024-01-19 13:50:23 +11:00
parent 108a0b77bd
commit 3643eb6d2a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/*