system/ramtest: Change the default of stack size to DEFAULT_TASK_STACKSIZE

Given what this program does, it's probably ok to allocate a few more
kilo bytes of the stack.
This commit is contained in:
YAMAMOTO Takashi 2020-03-27 16:14:18 +09:00 committed by Xiang Xiao
parent eb083265f4
commit 3ba85167fe

View File

@ -24,6 +24,6 @@ config SYSTEM_RAMTEST_PRIORITY
config SYSTEM_RAMTEST_STACKSIZE
int "RAM test stack size"
default 1024
default DEFAULT_TASK_STACKSIZE
endif