forked from Archive/PX4-Autopilot
cmake STACK -> STACK_MAIN
This commit is contained in:
parent
55db3d8725
commit
861c13f1fe
|
@ -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
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
px4_add_module(
|
||||
MODULE lib__ecl__EKF__tests__base
|
||||
MAIN base
|
||||
STACK 4096
|
||||
STACK_MAIN 4096
|
||||
COMPILE_FLAGS
|
||||
-Os
|
||||
SRCS
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
px4_add_module(
|
||||
MODULE lib__ecl__EKF__tests__ringbuffer
|
||||
MAIN ringbuffer
|
||||
STACK 4096
|
||||
STACK_MAIN 4096
|
||||
COMPILE_FLAGS
|
||||
-Os
|
||||
SRCS
|
||||
|
|
Loading…
Reference in New Issue