inav: Reduce stack size of start tool

This commit is contained in:
Lorenz Meier 2014-05-16 10:47:41 +02:00
parent cccd3e1dc4
commit 834a230fcf
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ MODULE_COMMAND = position_estimator_inav
SRCS = position_estimator_inav_main.c \
position_estimator_inav_params.c \
inertial_filter.c
MODULE_STACKSIZE = 1200