mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 07:27:34 +08:00
config: enable dynamic control allocation by default (SYS_CTRL_ALLOC=1)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user