summaryrefslogtreecommitdiff
path: root/include/avr/ffconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/avr/ffconf.h')
-rw-r--r--include/avr/ffconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/avr/ffconf.h b/include/avr/ffconf.h
index 99b685c..2acce32 100644
--- a/include/avr/ffconf.h
+++ b/include/avr/ffconf.h
@@ -25,7 +25,7 @@
/ 3: f_lseek() function is removed in addition to 2. */
-#define _USE_STRFUNC 0
+#define _USE_STRFUNC 2
/* This option switches string functions, f_gets(), f_putc(), f_puts() and
/ f_printf().
/
@@ -225,7 +225,7 @@
/ defined by _NORTC_MON, _NORTC_MDAY and _NORTC_YEAR in local time.
/ To enable timestamp function (_FS_NORTC = 0), get_fattime() function need to be
/ added to the project to get current time form real-time clock. _NORTC_MON,
-/ _NORTC_MDAY and _NORTC_YEAR have no effect.
+/ _NORTC_MDAY and _NORTC_YEAR have no effect.
/ These options have no effect at read-only configuration (_FS_READONLY = 1). */