commander: fix COM_DISARM_PRFLT parameter description typos

This commit is contained in:
Daniel Agar
2021-05-26 21:48:41 -04:00
committed by GitHub
parent 675a5a2b2c
commit af71b2e3ab

View File

@@ -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
*