From a7a1402a0110a8c07a618ab60005cbbbee8e623c Mon Sep 17 00:00:00 2001 From: Stephen White Date: Mon, 28 Dec 2020 13:58:10 +1100 Subject: [PATCH] Update ffconf.h Disabled the time stamp functuion. Suggested fix for #198 --- src/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffconf.h b/src/ffconf.h index 5e1a509..bcc7d83 100644 --- a/src/ffconf.h +++ b/src/ffconf.h @@ -216,7 +216,7 @@ / Note that enabling exFAT discards C89 compatibility. */ -#define _FS_NORTC 0 +#define _FS_NORTC 1 #define _NORTC_MON 1 #define _NORTC_MDAY 1 #define _NORTC_YEAR 2016