param SYS_STCK_EN: enable stack checking by default

This commit is contained in:
Beat Küng
2017-02-03 18:23:42 +01:00
committed by Lorenz Meier
parent 03dc991188
commit ffacc6f64a
+2 -2
View File
@@ -158,10 +158,10 @@ PARAM_DEFINE_INT32(SYS_LOGGER, 0);
/**
* Enable stack checking
*
* @min 0
* @boolean
* @group System
*/
PARAM_DEFINE_INT32(SYS_STCK_EN, 0);
PARAM_DEFINE_INT32(SYS_STCK_EN, 1);
/**
* Enable auto start of rate gyro thermal calibration at the next power up.