From db06e7eebc9511def3d24f54dba3633b933f6840 Mon Sep 17 00:00:00 2001 From: Daniel Agar <daniel@agar.ca> Date: Sun, 13 Mar 2016 15:23:55 -0400 Subject: [PATCH] rtl param @unit --- src/modules/navigator/rtl_params.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/navigator/rtl_params.c b/src/modules/navigator/rtl_params.c index e65a41b775..c1158c7bc0 100644 --- a/src/modules/navigator/rtl_params.c +++ b/src/modules/navigator/rtl_params.c @@ -48,7 +48,7 @@ * * Altitude to fly back in RTL in meters * - * @unit meters + * @unit m * @min 0 * @max 150 * @group Return To Land @@ -62,7 +62,7 @@ PARAM_DEFINE_FLOAT(RTL_RETURN_ALT, 60); * Stay at this altitude above home position after RTL descending. * Land (i.e. slowly descend) from this altitude if autolanding allowed. * - * @unit meters + * @unit m * @min 2 * @max 100 * @group Return To Land @@ -75,7 +75,7 @@ PARAM_DEFINE_FLOAT(RTL_DESCEND_ALT, 30); * Delay after descend before landing in RTL mode. * If set to -1 the system will not land but loiter at NAV_LAND_ALT. * - * @unit seconds + * @unit s * @min -1 * @max 300 * @group Return To Land -- GitLab