fatfs: Add PrFile2Safe creation in format tool

This commit is contained in:
CTCaer
2021-02-06 03:59:20 +02:00
parent 8683a0ff58
commit 497bbdf3cd
3 changed files with 28 additions and 6 deletions

View File

@@ -41,6 +41,11 @@
#define FF_USE_MKFS 0
/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */
#if FF_USE_MKFS
#define FF_MKFS_LABEL "SWITCH SD "
#endif
/* This sets FAT/FAT32 label. Exactly 11 characters, all caps. */
#define FF_USE_FASTSEEK 0
/* This option switches fast seek function. (0:Disable or 1:Enable) */