Skip to content

Commit

Permalink
rtl param @Unit
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Mar 14, 2016
1 parent 15aceae commit db06e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/navigator/rtl_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*
* Altitude to fly back in RTL in meters
*
* @unit meters
* @unit m
* @min 0
* @max 150
* @group Return To Land
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit db06e7e

Please sign in to comment.