Skip to content

Commit dd76cb5

Browse files
committed
[ext] Update FatFs to v0.14a
1 parent 61264be commit dd76cb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/chan/ffconf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/ FatFs Functional Configurations
33
/---------------------------------------------------------------------------*/
44

5-
#define FFCONF_DEF 86606 /* Revision ID */
5+
#define FFCONF_DEF 80196 /* Revision ID */
66

77
/*---------------------------------------------------------------------------/
88
/ Function Configurations
@@ -205,8 +205,8 @@
205205
/ To enable the 64-bit LBA, also exFAT needs to be enabled. (FF_FS_EXFAT == 1) */
206206

207207

208-
#define FF_MIN_GPT 0x100000000
209-
/* Minimum number of sectors to switch GPT format to create partition in f_mkfs and
208+
#define FF_MIN_GPT 0x10000000
209+
/* Minimum number of sectors to switch GPT as partitioning format in f_mkfs and
210210
/ f_fdisk function. 0x100000000 max. This option has no effect when FF_LBA64 == 0. */
211211

212212

0 commit comments

Comments
 (0)