Skip to content

Commit

Permalink
vfs: increase _FATFS_FILE_EXFAT
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Feb 6, 2024
1 parent 1975f4c commit bf4bceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/vfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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)
Expand Down

0 comments on commit bf4bceb

Please sign in to comment.