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

vfs: increase _FATFS_FILE_EXFAT

This commit is contained in:
Fabian Hüßler 2024-02-06 15:58:11 +01:00 committed by Benjamin Valentin
parent 3c07ebceb6
commit 40b23414c8

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)