Skip to content

Commit ae903ad

Browse files
committed
chore: apply dos2unix to all src/ files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent c46cbac commit ae903ad

19 files changed

+39213
-39213
lines changed

src/00history.txt

Lines changed: 288 additions & 288 deletions
Large diffs are not rendered by default.

src/00readme.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
FatFs Module Source Files R0.12c
2-
3-
4-
FILES
5-
6-
00readme.txt This file.
7-
00history.txt Revision history.
8-
ff.c FatFs module.
9-
ffconf.h Configuration file of FatFs module.
10-
ff.h Common include file for FatFs and application module.
11-
diskio.h Common include file for FatFs and disk I/O module.
12-
diskio.c An example of glue function to attach existing disk I/O module to FatFs.
13-
integer.h Integer type definitions for FatFs.
14-
option Optional external modules.
15-
16-
17-
Low level disk I/O module is not included in this archive because the FatFs
18-
module is only a generic file system layer and it does not depend on any specific
19-
storage device. You have to provide a low level disk I/O module written to
20-
control the storage device that attached to the target system.
21-
1+
FatFs Module Source Files R0.12c
2+
3+
4+
FILES
5+
6+
00readme.txt This file.
7+
00history.txt Revision history.
8+
ff.c FatFs module.
9+
ffconf.h Configuration file of FatFs module.
10+
ff.h Common include file for FatFs and application module.
11+
diskio.h Common include file for FatFs and disk I/O module.
12+
diskio.c An example of glue function to attach existing disk I/O module to FatFs.
13+
integer.h Integer type definitions for FatFs.
14+
option Optional external modules.
15+
16+
17+
Low level disk I/O module is not included in this archive because the FatFs
18+
module is only a generic file system layer and it does not depend on any specific
19+
storage device. You have to provide a low level disk I/O module written to
20+
control the storage device that attached to the target system.
21+

0 commit comments

Comments
 (0)