fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS

This commit is contained in:
Adam Múdry
2024-11-25 17:23:28 +01:00
committed by Tomáš Rohlínek
parent f031cd39e7
commit 82dac1f1bd

View File

@@ -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