mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
mavlink increase STACK_MAIN and STACK_MAX
- needed if NuttX networking enabled
This commit is contained in:
committed by
David Sidrane
parent
a4841a7179
commit
d49f6a3aca
@@ -36,8 +36,8 @@ px4_add_git_submodule(TARGET git_mavlink_v2 PATH "${PX4_SOURCE_DIR}/mavlink/incl
|
||||
px4_add_module(
|
||||
MODULE modules__mavlink
|
||||
MAIN mavlink
|
||||
STACK_MAIN 1200
|
||||
STACK_MAX 1500
|
||||
STACK_MAIN 1600
|
||||
STACK_MAX 1600
|
||||
COMPILE_FLAGS
|
||||
INCLUDES
|
||||
${PX4_SOURCE_DIR}/mavlink/include/mavlink
|
||||
|
||||
Reference in New Issue
Block a user