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:
parent
b1602c8e39
commit
02911c9f3a
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ CONFIG_LOG=y
|
|||
CONFIG_FILE_SYSTEM=y
|
||||
CONFIG_FAT_FILESYSTEM_ELM=y
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue