forked from Archive/PX4-Autopilot
Reduce stack size of navigator startup handler
This commit is contained in:
parent
25fd20487e
commit
0789030088
|
@ -45,3 +45,5 @@ SRCS = navigator_main.cpp \
|
|||
geofence_params.c
|
||||
|
||||
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
|
Loading…
Reference in New Issue