From 9c2db806f378aacfdc33999cc133906c86e0dbdd Mon Sep 17 00:00:00 2001
From: IamPete1 <33176108+IamPete1@users.noreply.github.com>
Date: Thu, 27 Dec 2018 14:48:30 +0000
Subject: [PATCH] Plane: add units to Q_VFWD_ALT

---
 ArduPlane/quadplane.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp
index e0657377b7..2b15a1daef 100644
--- a/ArduPlane/quadplane.cpp
+++ b/ArduPlane/quadplane.cpp
@@ -232,6 +232,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
     // @Param: VFWD_ALT
     // @DisplayName: Forward velocity alt cutoff
     // @Description: Controls altitude to disable forward velocity assist when below this relative altitude. This is useful to keep the forward velocity propeller from hitting the ground. Rangefinder height data is incorporated when available.
+    // @Units: m
     // @Range: 0 10
     // @Increment: 0.25
     // @User: Standard