forked from Archive/PX4-Autopilot
examples: fixed wing: Reduce start tool stack size
This commit is contained in:
parent
9767bcb610
commit
8e46308fdd
|
@ -39,3 +39,5 @@ MODULE_COMMAND = ex_fixedwing_control
|
||||||
|
|
||||||
SRCS = main.c \
|
SRCS = main.c \
|
||||||
params.c
|
params.c
|
||||||
|
|
||||||
|
MODULE_STACKSIZE = 1200
|
||||||
|
|
Loading…
Reference in New Issue