Skip to content

Commit 338dab5

Browse files
adokitkathaberturdeur
authored andcommitted
fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS
1 parent 1bdd5da commit 338dab5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/fatfs/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ menu "FAT Filesystem support"
313313

314314
config FATFS_USE_DYN_BUFFERS
315315
bool "Use dynamic buffers"
316-
depends on CONFIG_WL_SECTOR_SIZE_4096
317-
default y
316+
default n
318317
help
319318
If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.
320319
This option is useful when using multiple FATFS instances with different

0 commit comments

Comments
 (0)