fs/littlefs/sample: Increase stack size
Increase stack size to prevent sample crashes. Fixes #57525 Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
9a26ab44fb
commit
e0e7f5888f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#CONFIG_APP_WIPE_STORAGE=y
|
||||
|
||||
# fs_dirent structures are big.
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_MAIN_STACK_SIZE=4096
|
||||
|
||||
# Let __ASSERT do its job
|
||||
CONFIG_DEBUG=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue