Circuit Breaker - Disable flight termination circuit breaker by default (reverts ab40008) -> Allow flight termination

This commit is contained in:
bresch 2018-08-07 10:35:28 +02:00 committed by Beat Küng
parent 50d75dc7a6
commit b64a2a884b

View File

@ -113,7 +113,7 @@ PARAM_DEFINE_INT32(CBRK_AIRSPD_CHK, 0);
* @category Developer
* @group Circuit Breaker
*/
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 121212);
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 0);
/**
* Circuit breaker for engine failure detection