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:
parent
eb083265f4
commit
3ba85167fe
@ -24,6 +24,6 @@ config SYSTEM_RAMTEST_PRIORITY
|
||||
|
||||
config SYSTEM_RAMTEST_STACKSIZE
|
||||
int "RAM test stack size"
|
||||
default 1024
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user