mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 11:40:34 +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__oreoled
|
||||
MAIN oreoled
|
||||
STACK_MAIN 1024
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
oreoled.cpp
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__rgbled
|
||||
MAIN rgbled
|
||||
STACK_MAIN
|
||||
1500
|
||||
SRCS
|
||||
rgbled.cpp
|
||||
DEPENDS
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__rgbled_ncp5623c
|
||||
MAIN rgbled_ncp5623c
|
||||
STACK_MAIN
|
||||
1500
|
||||
SRCS
|
||||
rgbled_ncp5623c.cpp
|
||||
DEPENDS
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__rgbled_pwm
|
||||
MAIN rgbled_pwm
|
||||
STACK_MAIN
|
||||
1500
|
||||
SRCS
|
||||
rgbled_pwm.cpp
|
||||
DEPENDS
|
||||
|
||||
Reference in New Issue
Block a user