You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/27 07:43:26 UTC

[incubator-nuttx-apps] 06/07: system/flash_eraseall: Bump stack size to DEFAULT_TASK_STACKSIZE

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit eb083265f47e6196931fb7ea4624b2dabcf02ac2
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Fri Mar 27 15:29:07 2020 +0900

    system/flash_eraseall: Bump stack size to DEFAULT_TASK_STACKSIZE
---
 system/flash_eraseall/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/flash_eraseall/Makefile b/system/flash_eraseall/Makefile
index bf213f6..7a16758 100644
--- a/system/flash_eraseall/Makefile
+++ b/system/flash_eraseall/Makefile
@@ -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