lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
This commit is contained in:
parent
8e00844929
commit
9d3c0d423e
|
@ -278,7 +278,11 @@
|
|||
/ Note that enabling exFAT discards C89 compatibility. */
|
||||
|
||||
|
||||
#ifdef MICROPY_FATFS_NORTC
|
||||
#define _FS_NORTC (MICROPY_FATFS_NORTC)
|
||||
#else
|
||||
#define _FS_NORTC 0
|
||||
#endif
|
||||
#define _NORTC_MON 1
|
||||
#define _NORTC_MDAY 1
|
||||
#define _NORTC_YEAR 2016
|
||||
|
|
Loading…
Reference in New Issue