Browse Source

enable fgets

master
zhaohe 1 year ago
parent
commit
2b77db38f4
  1. 2
      external/fatfs/src/ffconf.h

2
external/fatfs/src/ffconf.h

@ -25,7 +25,7 @@
/ 3: f_lseek() function is removed in addition to 2. */ / 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 /* This option switches string functions, f_gets(), f_putc(), f_puts() and
/ f_printf(). / f_printf().
/ /

Loading…
Cancel
Save