mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS
This commit is contained in:
committed by
Tomáš Rohlínek
parent
1bdd5daa83
commit
338dab5358
@ -313,8 +313,7 @@ menu "FAT Filesystem support"
|
||||
|
||||
config FATFS_USE_DYN_BUFFERS
|
||||
bool "Use dynamic buffers"
|
||||
depends on CONFIG_WL_SECTOR_SIZE_4096
|
||||
default y
|
||||
default n
|
||||
help
|
||||
If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.
|
||||
This option is useful when using multiple FATFS instances with different
|
||||
|
Reference in New Issue
Block a user