mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 19:47:34 +08:00
STACK_MAIN increase default 1024 -> 2048
This commit is contained in:
committed by
Lorenz Meier
parent
9ed2daef48
commit
78ef8aab2d
@@ -34,7 +34,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__optical_flow__paw3902
|
||||
MAIN paw3902
|
||||
STACK_MAIN 1500
|
||||
SRCS
|
||||
paw3902_main.cpp
|
||||
PAW3902.cpp
|
||||
|
||||
@@ -36,7 +36,6 @@ px4_add_module(
|
||||
MAIN pmw3901
|
||||
COMPILE_FLAGS
|
||||
-Wno-cast-align # TODO: fix and enable
|
||||
STACK_MAIN 1400
|
||||
SRCS
|
||||
pmw3901.cpp
|
||||
)
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__px4flow
|
||||
MAIN px4flow
|
||||
STACK_MAIN 1500
|
||||
COMPILE_FLAGS
|
||||
-Wno-cast-align # TODO: fix and enable
|
||||
SRCS
|
||||
|
||||
Reference in New Issue
Block a user