config: enable dynamic control allocation by default (SYS_CTRL_ALLOC=1)

This commit is contained in:
Beat Küng
2022-07-28 10:18:06 +02:00
parent 6ea3c6a7d2
commit 720cf5a485
18 changed files with 1 additions and 24 deletions
+1 -3
View File
@@ -289,10 +289,8 @@ PARAM_DEFINE_INT32(SYS_FAILURE_EN, 0);
* If enabled, dynamic control allocation with runtime configuration of the
* mixing and output functions is used.
*
* Note: this is work-in-progress and not all vehicle types are supported yet.
*
* @boolean
* @reboot_required true
* @group System
*/
PARAM_DEFINE_INT32(SYS_CTRL_ALLOC, 0);
PARAM_DEFINE_INT32(SYS_CTRL_ALLOC, 1);