mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 05:10:35 +08:00
param SYS_STCK_EN: enable stack checking by default
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user