Skip to content
Snippets Groups Projects
Commit 54d2014b authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Land detector: Adjust stack size of startup handler

parent 110930dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment