mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 10:20:35 +08:00
STACK_MAIN increase default 1024 -> 2048
This commit is contained in:
committed by
Lorenz Meier
parent
9ed2daef48
commit
78ef8aab2d
@@ -39,7 +39,6 @@ if(NOT "${PX4_BOARD}" MATCHES "px4_io") # TODO: fix this hack (move uORB to plat
|
||||
px4_add_module(
|
||||
MODULE modules__uORB
|
||||
MAIN uorb
|
||||
STACK_MAIN 2100
|
||||
SRCS
|
||||
ORBSet.hpp
|
||||
Publication.hpp
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
px4_add_module(
|
||||
MODULE modules__uORB__uORB_tests
|
||||
MAIN uorb_tests
|
||||
STACK_MAIN 2048
|
||||
PRIORITY "SCHED_PRIORITY_MAX"
|
||||
SRCS
|
||||
uORB_tests_main.cpp
|
||||
|
||||
Reference in New Issue
Block a user