Skip to content

Commit af720dc

Browse files
committed
tests: fat_fs_api: fix stack overflow issue
Increase ZTEST_STACK_SIZE to 2048 Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
1 parent bebe682 commit af720dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/subsys/fs/fat_fs_api/prj_mmc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ CONFIG_SPI=y
55
CONFIG_GPIO=y
66
CONFIG_ZTEST=y
77
CONFIG_MAIN_STACK_SIZE=4096
8+
CONFIG_ZTEST_STACK_SIZE=2048

0 commit comments

Comments
 (0)