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:
YAMAMOTO Takashi
2020-03-27 14:10:33 +09:00
committed by Xiang Xiao
parent c304624fab
commit e7156be066
108 changed files with 130 additions and 130 deletions

View File

@@ -44,6 +44,6 @@ config LIBCURL4NX_MINRXBUFLEN
config LIBCURL4NX_MAXRXBUFLEN
int "Maximum RX buffer size for CURL4NXOPT_BUFFERSIZE"
default 2048
default DEFAULT_TASK_STACKSIZE
endif