Plane: fix parameter unit

This commit is contained in:
Pierre Kancir 2021-01-08 15:17:01 +01:00 committed by Andrew Tridgell
parent 0ebbf0f74e
commit 742cfc543f
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ const AP_Param::GroupInfo QuadPlane::var_info2[] = {
// @Param: TAILSIT_DSKLD
// @DisplayName: Tailsitter disk loading
// @Description: This is the vehicle weight in kg divided by the total disk area of all propellers in m^2. Only used with Q_TAILSIT_GSCMSK = 4
// @Units: kg/m.m
// @Units: kg/m/m
// @Range: 0 50
// @User: Standard
AP_GROUPINFO("TAILSIT_DSKLD", 21, QuadPlane, tailsitter.disk_loading, 0),