Skip to content

Commit a542b2b

Browse files
committed
Merge branch 'fix/fatfs_use_dyn_buf_kconfig_mistake_v5.4' into 'release/v5.4'
fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS See merge request espressif/esp-idf!38347
2 parents 1bdd5da + 338dab5 commit a542b2b

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)