mavlink app: Use only the stack it needs to start

This commit is contained in:
Lorenz Meier 2014-05-14 22:13:49 +02:00
parent 18ed3cbbb8
commit 5466e68bb2
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@ SRCS += mavlink_main.cpp \
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
MAXOPTIMIZATION = -Os
MODULE_STACKSIZE = 1200