File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 143
143
/ 1: Enable relative path. f_chdrive() and f_chdir() function are available.
144
144
/ 2: f_getcwd() function is available in addition to 1.
145
145
/
146
- / Note that output of the f_readdir() fnction is affected by this option. */
146
+ / Note that output of the f_readdir() function is affected by this option. */
147
147
148
148
149
149
/*---------------------------------------------------------------------------/
Original file line number Diff line number Diff line change 263
263
#define _NORTC_MON 1
264
264
#define _NORTC_MDAY 1
265
265
#define _NORTC_YEAR 2016
266
- /* The option _FS_NORTC switches timestamp functiton . If the system does not have
266
+ /* The option _FS_NORTC switches timestamp function . If the system does not have
267
267
/ any RTC function or valid timestamp is not needed, set _FS_NORTC = 1 to disable
268
268
/ the timestamp function. All objects modified by FatFs will have a fixed timestamp
269
269
/ defined by _NORTC_MON, _NORTC_MDAY and _NORTC_YEAR in local time.
You can’t perform that action at this time.
0 commit comments