cmake STACK -> STACK_MAIN

This commit is contained in:
Daniel Agar 2016-04-16 21:46:50 -04:00
parent 55db3d8725
commit 861c13f1fe
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