forked from espressif/esp-idf
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
This commit is contained in:
@@ -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