mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 00:20:34 +08:00
Fix EKF frame size flag use
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
set(MODULE_CFLAGS )
|
set(MODULE_CFLAGS )
|
||||||
if(NOT ${OS} STREQUAL "qurt")
|
if(${OS} STREQUAL "nuttx")
|
||||||
list(APPEND MODULE_CFLAGS -Wframe-larger-than=3400)
|
list(APPEND MODULE_CFLAGS -Wframe-larger-than=3400)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user