Skip to content

Commit bb85ed2

Browse files
committed
Default SDMMC max open files is 5
1 parent 20b2cb9 commit bb85ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SD_MMC/src/SD_MMC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#endif
2727

2828
#ifndef SDMMC_HOST_MAX_FILES_DEFAULT
29-
#define SDMMC_HOST_MAX_FILES_DEFAULT 10
29+
#define SDMMC_HOST_MAX_FILES_DEFAULT 5
3030
#endif
3131

3232
namespace fs

0 commit comments

Comments
 (0)