Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
9d3c0d42
Commit
9d3c0d42
authored
Jan 31, 2017
by
Andrew Gatt
Committed by
Damien George
Jan 31, 2017
Browse files
lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
parent
8e008449
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/oofatfs/ffconf.h
View file @
9d3c0d42
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment