mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 03:30:36 +08:00
STACK_MAIN increase default 1024 -> 2048
This commit is contained in:
committed by
Lorenz Meier
parent
9ed2daef48
commit
78ef8aab2d
@@ -33,7 +33,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__ets_airspeed
|
||||
MAIN ets_airspeed
|
||||
STACK_MAIN 1200
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
ets_airspeed.cpp
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__ms4525_airspeed
|
||||
MAIN ms4525_airspeed
|
||||
STACK_MAIN 1200
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
ms4525_airspeed.cpp
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__ms5525_airspeed
|
||||
MAIN ms5525_airspeed
|
||||
STACK_MAIN 1200
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
MS5525.cpp
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__sdp3x_airspeed
|
||||
MAIN sdp3x_airspeed
|
||||
STACK_MAIN 1200
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
SDP3X.cpp
|
||||
|
||||
Reference in New Issue
Block a user