system/flash_eraseall: Bump stack size to DEFAULT_TASK_STACKSIZE

This commit is contained in:
YAMAMOTO Takashi 2020-03-27 15:29:07 +09:00 committed by Xiang Xiao
parent c9c1d2bbc6
commit eb083265f4

View File

@ -41,7 +41,7 @@
PROGNAME = flash_eraseall
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 1024
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_FLASH_ERASEALL)
MAINSRC = flash_eraseall_main.c