diff options
| author | hathach <[email protected]> | 2022-11-19 15:27:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-19 15:27:07 +0700 |
| commit | 16e18388624bbb83f582c016cf4768875ed44b3d (patch) | |
| tree | 6326a5e6ace7be7000312ca519206f5660adb1b5 /lib | |
| parent | 083ed364ba6dcf5baa2fa2587f94060ef3b33a59 (diff) | |
implement cat command
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fatfs/source/ffconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fatfs/source/ffconf.h b/lib/fatfs/source/ffconf.h index c99498cda..9298ef897 100644 --- a/lib/fatfs/source/ffconf.h +++ b/lib/fatfs/source/ffconf.h @@ -237,7 +237,7 @@ / Note that enabling exFAT discards ANSI C (C89) compatibility. */ -#define FF_FS_NORTC 0 +#define FF_FS_NORTC 1 #define FF_NORTC_MON 1 #define FF_NORTC_MDAY 1 #define FF_NORTC_YEAR 2022 |
