From aa0a9da37b8e67bc5b49da1e9f61ce8cdce29e1f Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sun, 16 Jan 2022 01:09:45 +0200 Subject: [PATCH] fatfs: default year to 2022 --- bootloader/libs/fatfs/ffconf.h | 2 +- nyx/nyx_gui/libs/fatfs/ffconf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootloader/libs/fatfs/ffconf.h b/bootloader/libs/fatfs/ffconf.h index 32cad8a..e87219d 100644 --- a/bootloader/libs/fatfs/ffconf.h +++ b/bootloader/libs/fatfs/ffconf.h @@ -256,7 +256,7 @@ #define FF_FS_NORTC 1 #define FF_NORTC_MON 1 #define FF_NORTC_MDAY 1 -#define FF_NORTC_YEAR 2021 +#define FF_NORTC_YEAR 2022 /* The option FF_FS_NORTC switches timestamp function. 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. Every object modified by FatFs will have a fixed timestamp diff --git a/nyx/nyx_gui/libs/fatfs/ffconf.h b/nyx/nyx_gui/libs/fatfs/ffconf.h index 8e417ad..693730a 100644 --- a/nyx/nyx_gui/libs/fatfs/ffconf.h +++ b/nyx/nyx_gui/libs/fatfs/ffconf.h @@ -257,7 +257,7 @@ #define FF_FS_NORTC 0 #define FF_NORTC_MON 1 #define FF_NORTC_MDAY 1 -#define FF_NORTC_YEAR 2021 +#define FF_NORTC_YEAR 2022 /* The option FF_FS_NORTC switches timestamp function. 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. Every object modified by FatFs will have a fixed timestamp