1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20542 from benpicco/vfs/exfat-bump

vfs: increase _FATFS_FILE_EXFAT
This commit is contained in:
benpicco 2024-04-08 08:38:30 +00:00 committed by GitHub
commit 1fee41059f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ extern "C" {
# endif
# if FF_FS_EXFAT
# define _FATFS_FILE_EXFAT (44)
# define _FATFS_FILE_EXFAT (48)
# define _FATFS_DIR_EXFAT (32)
# else
# define _FATFS_FILE_EXFAT (0)