Merge pull request #97 from dagar/cmake_update

cmake STACK -> STACK_MAIN
This commit is contained in:
Lorenz Meier 2016-04-17 15:58:52 +02:00
commit e1ce948768
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ endif()
px4_add_module(
MODULE lib__ecl
STACK 6000
STACK_MAIN 6000
COMPILE_FLAGS ${MODULE_CFLAGS} -Os
SRCS
attitude_fw/ecl_controller.cpp

View File

@ -33,7 +33,7 @@
px4_add_module(
MODULE lib__ecl__EKF__tests__base
MAIN base
STACK 4096
STACK_MAIN 4096
COMPILE_FLAGS
-Os
SRCS

View File

@ -33,7 +33,7 @@
px4_add_module(
MODULE lib__ecl__EKF__tests__ringbuffer
MAIN ringbuffer
STACK 4096
STACK_MAIN 4096
COMPILE_FLAGS
-Os
SRCS