forked from Archive/PX4-Autopilot
systemcmds/top: increase stack 200 bytes
- this is necessary after most boards increased CONFIG_MAX_TASKS 32 -> 64
This commit is contained in:
parent
d1298f2c37
commit
7f9415ba46
|
@ -33,7 +33,7 @@
|
|||
px4_add_module(
|
||||
MODULE systemcmds__top
|
||||
MAIN top
|
||||
STACK_MAIN 1700
|
||||
STACK_MAIN 1900
|
||||
PRIORITY "SCHED_PRIORITY_MAX"
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
|
|
Loading…
Reference in New Issue