forked from Archive/PX4-Autopilot
sdlog2 start tool: Reduce stack, since it just starts the app
This commit is contained in:
parent
35e7e375de
commit
2cda682074
|
@ -41,3 +41,5 @@ MODULE_PRIORITY = "SCHED_PRIORITY_MAX-30"
|
|||
|
||||
SRCS = sdlog2.c \
|
||||
logbuffer.c
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
|
Loading…
Reference in New Issue