forked from Archive/PX4-Autopilot
failure_detector_params: fix description typo
This commit is contained in:
parent
6a34b63b60
commit
0e84dd7040
|
@ -162,7 +162,7 @@ PARAM_DEFINE_INT32(FD_IMB_PROP_THR, 30);
|
|||
*
|
||||
* If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle
|
||||
* level is being consumed.
|
||||
* Otherwise this indicates an motor failure.
|
||||
* Otherwise this indicates a motor failure.
|
||||
*
|
||||
* @boolean
|
||||
* @reboot_required true
|
||||
|
|
Loading…
Reference in New Issue