lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.

pull/2829/head
Andrew Gatt 2017-01-31 08:27:40 +00:00 zatwierdzone przez Damien George
rodzic 8e00844929
commit 9d3c0d423e
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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