Browse Source

Land detector: Adjust stack size of startup handler

sbg
Lorenz Meier 10 years ago
parent
commit
54d2014bd6
  1. 4
      src/modules/land_detector/module.mk

4
src/modules/land_detector/module.mk

@ -11,3 +11,7 @@ SRCS = land_detector_main.cpp \ @@ -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

Loading…
Cancel
Save