HITL handling: Enforce the use of the activation parameter for HITL configuration

This commit is contained in:
Lorenz Meier
2017-07-29 17:45:35 +02:00
parent 8aa1382e08
commit 5838556742
4 changed files with 32 additions and 18 deletions
+12
View File
@@ -64,6 +64,18 @@ PARAM_DEFINE_INT32(SYS_AUTOSTART, 0);
*/
PARAM_DEFINE_INT32(SYS_AUTOCONFIG, 0);
/**
* Enable HITL mode on next boot
*
* Set to 1 to enable HITL on next boot. The system will automatically
* reset it on reboot.
*
* @value 0 HITL off
* @value 1 HITL on
* @group System
*/
PARAM_DEFINE_INT32(SYS_HITL, 0);
/**
* Set usage of IO board
*