samples/subsys/fs/fat_fs: increase main stack size

The sample overruns the stack while mounting the disk with a default
1024-byte stack.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-17 09:03:52 -06:00 committed by Anas Nashif
commit 02911c9f3a

View file

@ -7,3 +7,4 @@ CONFIG_LOG=y
CONFIG_FILE_SYSTEM=y
CONFIG_FAT_FILESYSTEM_ELM=y
CONFIG_PRINTK=y
CONFIG_MAIN_STACK_SIZE=2048