forked from Archive/PX4-Autopilot
inav: Reduce stack size of start tool
This commit is contained in:
parent
cccd3e1dc4
commit
834a230fcf
|
@ -39,3 +39,5 @@ MODULE_COMMAND = position_estimator_inav
|
||||||
SRCS = position_estimator_inav_main.c \
|
SRCS = position_estimator_inav_main.c \
|
||||||
position_estimator_inav_params.c \
|
position_estimator_inav_params.c \
|
||||||
inertial_filter.c
|
inertial_filter.c
|
||||||
|
|
||||||
|
MODULE_STACKSIZE = 1200
|
||||||
|
|
Loading…
Reference in New Issue