Land detector: Adjust stack size of startup handler

This commit is contained in:
Lorenz Meier
2015-03-08 08:14:40 +01:00
parent 110930dc0e
commit 54d2014bd6
+4
View File
@@ -11,3 +11,7 @@ SRCS = land_detector_main.cpp \
FixedwingLandDetector.cpp
EXTRACXXFLAGS = -Weffc++ -Os
# Startup handler, the actual app stack size is
# in the task_spawn command
MODULE_STACKSIZE = 1200