We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bdd5da + 338dab5 commit a542b2bCopy full SHA for a542b2b
components/fatfs/Kconfig
@@ -313,8 +313,7 @@ menu "FAT Filesystem support"
313
314
config FATFS_USE_DYN_BUFFERS
315
bool "Use dynamic buffers"
316
- depends on CONFIG_WL_SECTOR_SIZE_4096
317
- default y
+ default n
318
help
319
If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.
320
This option is useful when using multiple FATFS instances with different
0 commit comments