mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 18:39:07 +08:00
sdlog2: Adjust frame size warning limit, cross-checked stack size of app
This commit is contained in:
parent
f28e8d6731
commit
ebc4cc3a7d
@ -42,9 +42,9 @@ MODULE_PRIORITY = "SCHED_PRIORITY_MAX-30"
|
||||
SRCS = sdlog2.c \
|
||||
logbuffer.c
|
||||
|
||||
MODULE_STACKSIZE = 1300
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
EXTRACFLAGS = -Wframe-larger-than=1200
|
||||
EXTRACFLAGS = -Wframe-larger-than=1300
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user