Commit e0e7f588 authored by Dominik Ermel's avatar Dominik Ermel Committed by Anas Nashif
Browse files

fs/littlefs/sample: Increase stack size



Increase stack size to prevent sample crashes.

Fixes #57525

Signed-off-by: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent 9a26ab44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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