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
@@ -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
|
||||
|
Reference in New Issue
Block a user