From da5c63995f2bcf2206dd233b53c3f574e2a7a80c Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 18 Feb 2022 16:35:28 -0800 Subject: [PATCH] MMC reads rtc (#3945) --- firmware/ext/ffconf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/firmware/ext/ffconf.h b/firmware/ext/ffconf.h index 73631a0efe..3cece89eb2 100644 --- a/firmware/ext/ffconf.h +++ b/firmware/ext/ffconf.h @@ -219,10 +219,7 @@ / Note that enabling exFAT discards ANSI C (C89) compatibility. */ -#define FF_FS_NORTC 1 -#define FF_NORTC_MON 5 -#define FF_NORTC_MDAY 1 -#define FF_NORTC_YEAR 2017 +#define FF_FS_NORTC 0 /* The option FF_FS_NORTC switches timestamp functiton. If the system does not have / any RTC function or valid timestamp is not needed, set FF_FS_NORTC = 1 to disable / the timestamp function. All objects modified by FatFs will have a fixed timestamp