mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE
This commit changes only ones with the default 2048 and leaves the others. E.g. this leaves SYSTEM_RAMTEST_STACKSIZE, whose default is 1024. I guess those need to be inspected one-by-one.
This commit is contained in:

committed by
Xiang Xiao

parent
c304624fab
commit
e7156be066
@@ -19,7 +19,7 @@ config EXAMPLES_NETLOOP_KEEPALIVE
|
||||
|
||||
config EXAMPLES_NETLOOP_STACKSIZE
|
||||
int "Loopback test stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
config EXAMPLES_NETLOOP_PRIORITY
|
||||
int "Loopback test task priority"
|
||||
|
Reference in New Issue
Block a user