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:
commit
1fee41059f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user