mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 07:07:35 +08:00
control_allocator: increase STACK_MAIN to 3000
It was exceeding 2000
This commit is contained in:
@@ -40,6 +40,8 @@ px4_add_module(
|
||||
MAIN control_allocator
|
||||
COMPILE_FLAGS
|
||||
${MAX_CUSTOM_OPT_LEVEL}
|
||||
STACK_MAIN
|
||||
3000
|
||||
SRCS
|
||||
ControlAllocator.cpp
|
||||
ControlAllocator.hpp
|
||||
|
||||
Reference in New Issue
Block a user