system/flash_eraseall: Bump stack size to DEFAULT_TASK_STACKSIZE
This commit is contained in:
parent
c9c1d2bbc6
commit
eb083265f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user