mavlink start tool: Reduce stack size to 1000 - it is really just the commandline handler

This commit is contained in:
Lorenz Meier 2014-05-15 09:05:21 +02:00
parent b43f2e8be9
commit ddbad698bc
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
MAXOPTIMIZATION = -Os
MODULE_STACKSIZE = 1200
MODULE_STACKSIZE = 1024