forked from Archive/PX4-Autopilot
mavlink app: Use only the stack it needs to start
This commit is contained in:
parent
18ed3cbbb8
commit
5466e68bb2
|
@ -48,3 +48,5 @@ SRCS += mavlink_main.cpp \
|
|||
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
|
Loading…
Reference in New Issue