disable flight termination as default for now

This commit is contained in:
Thomas Gubler
2014-09-28 16:17:40 +02:00
parent 038e1cac03
commit ab400089bc
+1 -1
View File
@@ -106,7 +106,7 @@ PARAM_DEFINE_INT32(CBRK_AIRSPD_CHK, 0);
* @max 121212 * @max 121212
* @group Circuit Breaker * @group Circuit Breaker
*/ */
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 0); PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 121212);
/** /**
* Circuit breaker for engine failure detection * Circuit breaker for engine failure detection