forked from Archive/PX4-Autopilot
px4io driver: init stack only twice as big as really needed and not four times as big
This commit is contained in:
parent
b216cc3cac
commit
19d798addc
|
@ -44,3 +44,5 @@ SRCS = px4io.cpp \
|
|||
|
||||
# XXX prune to just get UART registers
|
||||
INCLUDE_DIRS += $(NUTTX_SRC)/arch/arm/src/stm32 $(NUTTX_SRC)/arch/arm/src/common
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
|
Loading…
Reference in New Issue