mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Frame size fix fix per Lorenz's suggestion
This commit is contained in:
parent
ed27e583e0
commit
c9eae96cf6
@ -43,6 +43,6 @@ SRCS = attitude_estimator_ekf_main.cpp \
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
||||
EXTRACFLAGS = -Wno-float-equal -Wframe-larger-than=3600
|
||||
EXTRACFLAGS = -Wno-float-equal -Wframe-larger-than=3700
|
||||
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2400
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user