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
3 changed files with 3 additions and 3 deletions
+1 -1
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
+1 -1
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
+1 -1
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