mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/flash_eraseall: Bump stack size to DEFAULT_TASK_STACKSIZE
This commit is contained in:
parent
c9c1d2bbc6
commit
eb083265f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue