mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
systemcmds/top: increase stack 200 bytes
- this is necessary after most boards increased CONFIG_MAX_TASKS 32 -> 64
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
px4_add_module(
|
px4_add_module(
|
||||||
MODULE systemcmds__top
|
MODULE systemcmds__top
|
||||||
MAIN top
|
MAIN top
|
||||||
STACK_MAIN 1700
|
STACK_MAIN 1900
|
||||||
PRIORITY "SCHED_PRIORITY_MAX"
|
PRIORITY "SCHED_PRIORITY_MAX"
|
||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
SRCS
|
SRCS
|
||||||
|
|||||||
Reference in New Issue
Block a user