Frame size fix fix per Lorenz's suggestion

This commit is contained in:
Pavel Kirienko 2015-01-18 04:05:50 +03:00 committed by Lorenz Meier
parent ed27e583e0
commit c9eae96cf6

View File

@ -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