Skip to content

Commit

Permalink
Update commander_params.c
Browse files Browse the repository at this point in the history
Addressing parameter description syntax
  • Loading branch information
catch-twenty-two authored and bresch committed Aug 14, 2019
1 parent 3ab5932 commit 9e3493b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/commander/commander_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ PARAM_DEFINE_INT32(COM_RC_ARM_HYST, 1000);
* A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be
* automatically disarmed in case a landing situation has been detected during this period.
*
* A negative value means that automatic disarming triggered by landing detection is disabled.
* A zero or negative value means that automatic disarming triggered by landing detection is disabled.
*
* @group Commander
* @unit s
Expand All @@ -277,7 +277,7 @@ PARAM_DEFINE_FLOAT(COM_DISARM_LAND, 2.0f);
* A non-zero, positive value specifies the time after arming, in seconds, within which the
* vehicle must take off (after which it will automatically disarm).
*
* A negative value means that automatic disarming triggered by a pre-takeoff timeout is disabled.
* A zero or negative value means that automatic disarming triggered by a pre-takeoff timeout is disabled.
*
* @group Commander
* @unit s
Expand Down

0 comments on commit 9e3493b

Please sign in to comment.