forked from Archive/PX4-Autopilot
Reverted change to stack size for mavlink module
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
e933d4667f
commit
131496ce79
|
@ -36,8 +36,8 @@ include_directories(${PX4_SOURCE_DIR}/mavlink/include/mavlink)
|
|||
px4_add_module(
|
||||
MODULE modules__mavlink
|
||||
MAIN mavlink
|
||||
STACK_MAIN 2000
|
||||
STACK_MAX 2500
|
||||
STACK_MAIN 1200
|
||||
STACK_MAX 1500
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
mavlink.c
|
||||
|
|
Loading…
Reference in New Issue