Skip to content
Snippets Groups Projects
Commit 327481d7 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix EKF frame size flag use

parent 529d9b4d
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment