Skip to content

Commit

Permalink
Merge pull request #20542 from benpicco/vfs/exfat-bump
Browse files Browse the repository at this point in the history
vfs: increase _FATFS_FILE_EXFAT
  • Loading branch information
benpicco authored Apr 8, 2024
2 parents 8bb8c5b + 40b2341 commit 1fee410
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 @@ -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)
Expand Down

0 comments on commit 1fee410

Please sign in to comment.