Fix EKF frame size flag use

This commit is contained in:
Lorenz Meier 2015-10-26 11:58:11 +01:00
parent 529d9b4d3a
commit 327481d749

View File

@ -32,7 +32,7 @@
############################################################################
set(MODULE_CFLAGS )
if(NOT ${OS} STREQUAL "qurt")
if(${OS} STREQUAL "nuttx")
list(APPEND MODULE_CFLAGS -Wframe-larger-than=3400)
endif()