mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commander: fix COM_DISARM_PRFLT parameter description typos
This commit is contained in:
parent
675a5a2b2c
commit
af71b2e3ab
@ -291,7 +291,7 @@ PARAM_DEFINE_FLOAT(COM_DISARM_LAND, 2.0f);
|
||||
*
|
||||
* A non-zero, positive value specifies the time in seconds, within which the
|
||||
* vehicle is expected to take off after arming. In case the vehicle didn't takeoff
|
||||
* within the timout it disamrs again.
|
||||
* within the timeout it disarms again.
|
||||
*
|
||||
* A negative value disables autmoatic disarming triggered by a pre-takeoff timeout.
|
||||
*
|
||||
@ -301,7 +301,6 @@ PARAM_DEFINE_FLOAT(COM_DISARM_LAND, 2.0f);
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 10.0f);
|
||||
|
||||
|
||||
/**
|
||||
* Allow arming without GPS
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user