Skip to content

Commit 9d3c0d4

Browse files
springltddpgeorge
authored andcommitted
lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
1 parent 8e00844 commit 9d3c0d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/oofatfs/ffconf.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,11 @@
278278
/ Note that enabling exFAT discards C89 compatibility. */
279279

280280

281+
#ifdef MICROPY_FATFS_NORTC
282+
#define _FS_NORTC (MICROPY_FATFS_NORTC)
283+
#else
281284
#define _FS_NORTC 0
285+
#endif
282286
#define _NORTC_MON 1
283287
#define _NORTC_MDAY 1
284288
#define _NORTC_YEAR 2016

0 commit comments

Comments
 (0)