FAT: Number of volumes can now be configured through menuconfig

Closes https://github.com/espressif/esp-idf/issues/7513
This commit is contained in:
Omar Chebib
2021-09-30 18:23:25 +08:00
parent 75e2705269
commit 63b96d7612
6 changed files with 22 additions and 32 deletions

View File

@@ -181,7 +181,7 @@
/ Drive/Volume Configurations
/---------------------------------------------------------------------------*/
#define FF_VOLUMES 2
#define FF_VOLUMES CONFIG_FATFS_VOLUME_COUNT
/* Number of volumes (logical drives) to be used. (1-10) */