Browse Source

ekf2: fix formatting

sbg
Paul Riseborough 9 years ago committed by tumbili
parent
commit
371e5f70b1
  1. 11
      src/modules/ekf2/CMakeLists.txt

11
src/modules/ekf2/CMakeLists.txt

@ -31,13 +31,14 @@ @@ -31,13 +31,14 @@
#
#############################################################################
set(MODULE_CFLAGS)
if (${OS} STREQUAL "nuttx")
list(APPEND MODULE_CFLAGS -Wframe-larger-than=4000)
endif()
px4_add_module(
if ($ {OS} STREQUAL "nuttx")
list(APPEND MODULE_CFLAGS - Wframe - larger - than = 4000)
endif()
px4_add_module(
MODULE modules__ekf2
MAIN ekf2
COMPILE_FLAGS ${MODULE_CFLAGS}
COMPILE_FLAGS $ {MODULE_CFLAGS}
STACK 1000
SRCS
ekf2_main.cpp

Loading…
Cancel
Save