Skip to content
Snippets Groups Projects
Commit b6aa59f1 authored by dx's avatar dx
Browse files

fatfs: enable FF_FS_EXFAT

parent c40c795d
Branches
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@
/ buffer in the filesystem object (FATFS) is used for the file data transfer. */
#define FF_FS_EXFAT 0
#define FF_FS_EXFAT 1
/* This option switches support for exFAT filesystem. (0:Disable or 1:Enable)
/ To enable exFAT, also LFN needs to be enabled. (FF_USE_LFN >= 1)
/ Note that enabling exFAT discards ANSI C (C89) compatibility. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment