Update ffconf.h
Disabled the time stamp functuion. Suggested fix for #198
This commit is contained in:
parent
bc48a56620
commit
a7a1402a01
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
||||||
/ Note that enabling exFAT discards C89 compatibility. */
|
/ Note that enabling exFAT discards C89 compatibility. */
|
||||||
|
|
||||||
|
|
||||||
#define _FS_NORTC 0
|
#define _FS_NORTC 1
|
||||||
#define _NORTC_MON 1
|
#define _NORTC_MON 1
|
||||||
#define _NORTC_MDAY 1
|
#define _NORTC_MDAY 1
|
||||||
#define _NORTC_YEAR 2016
|
#define _NORTC_YEAR 2016
|
||||||
|
|
Loading…
Reference in a new issue