File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ OBJS = \
11
11
fb.o \
12
12
fatfs/diskio.o \
13
13
fatfs/ff.o \
14
+ fatfs/option/ccsbcs.o \
15
+ fatfs/option/syscall.o \
14
16
platform.o \
15
17
syscalls.o \
16
18
usb.o \
Original file line number Diff line number Diff line change 97
97
/ 1 - ASCII (No extended character. Valid for only non-LFN configuration.) */
98
98
99
99
100
- #define _USE_LFN 0
100
+ #define _USE_LFN 3
101
101
#define _MAX_LFN 255
102
102
/* The _USE_LFN option switches the LFN feature.
103
103
/
Original file line number Diff line number Diff line change 3
3
/* (C)ChaN, 2014 */
4
4
/*------------------------------------------------------------------------*/
5
5
6
-
6
+ #include <stdlib.h>
7
7
#include "../ff.h"
8
8
9
+ #pragma GCC diagnostic ignored "-Wcomment"
9
10
10
11
#if _FS_REENTRANT
11
12
/*------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments