Enable FatFs string functions.

This commit is contained in:
Jared Boone 2015-11-10 15:30:43 -08:00
parent 987ea3555d
commit ed585d2c15

View File

@ -36,7 +36,7 @@
/ 3: f_lseek() function is removed in addition to 2. */
#define _USE_STRFUNC 0
#define _USE_STRFUNC 1
/* This option switches string functions, f_gets(), f_putc(), f_puts() and
/ f_printf().
/