From d1b8e44a3b818ea9571baf5efe79b6bd5d295dd2 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 23 Jan 2024 22:23:05 +0800 Subject: [PATCH] update --- external/fatfs/src/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/fatfs/src/ffconf.h b/external/fatfs/src/ffconf.h index 3eae571..9cca6c6 100644 --- a/external/fatfs/src/ffconf.h +++ b/external/fatfs/src/ffconf.h @@ -215,7 +215,7 @@ / Note that enabling exFAT discards C89 compatibility. */ -#define _FS_NORTC 1 +#define _FS_NORTC 0 #define _NORTC_MON 1 #define _NORTC_MDAY 1 #define _NORTC_YEAR 2016