forked from Archive/PX4-Autopilot
Fix circuit breaker param typo
This commit is contained in:
parent
68e726ce37
commit
3724947046
|
@ -73,7 +73,7 @@ PARAM_DEFINE_INT32(CBRK_RATE_CTRL, 0);
|
|||
/**
|
||||
* Circuit breaker for IO safety
|
||||
*
|
||||
* Setting this parameter to 894281 will disable IO safety.
|
||||
* Setting this parameter to 22027 will disable IO safety.
|
||||
* WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK
|
||||
*
|
||||
* @min 0
|
||||
|
|
Loading…
Reference in New Issue