control_allocator: increase STACK_MAIN to 3000

It was exceeding 2000
This commit is contained in:
Beat Küng
2021-12-09 16:23:58 +01:00
committed by Daniel Agar
parent 4d38742371
commit 627ec0df5d
@@ -40,6 +40,8 @@ px4_add_module(
MAIN control_allocator
COMPILE_FLAGS
${MAX_CUSTOM_OPT_LEVEL}
STACK_MAIN
3000
SRCS
ControlAllocator.cpp
ControlAllocator.hpp