Sub: Add @Units metadata to SURFACE_DEPTH parameter

This commit is contained in:
Jacob Walser 2017-08-20 13:40:27 -04:00
parent 012f52dc12
commit 0846b5df84

View File

@ -31,6 +31,7 @@ const AP_Param::Info Sub::var_info[] = {
// @Param: SURFACE_DEPTH
// @DisplayName: Depth reading at surface
// @Description: The depth the external pressure sensor will read when the vehicle is considered at the surface (in centimeters)
// @Units: cm
// @Range: -100 0
// @User: Standard
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),