forked from Archive/PX4-Autopilot
mc_pos_control: increase stack size by 100 bytes
This commit is contained in:
parent
02bdc2c46b
commit
8aad105265
|
@ -37,7 +37,7 @@ px4_add_module(
|
|||
MODULE modules__mc_pos_control
|
||||
MAIN mc_pos_control
|
||||
COMPILE_FLAGS
|
||||
STACK_MAIN 1200
|
||||
STACK_MAIN 1300
|
||||
SRCS
|
||||
mc_pos_control_main.cpp
|
||||
PositionControl.cpp
|
||||
|
|
Loading…
Reference in New Issue