Skip to content

Commit ed73fcd

Browse files
committed
Merge pull request #316 from iabdalkader/fatfs_lfn
Add Configurable LFN support to FatFS
2 parents 9982f27 + 1e2cf74 commit ed73fcd

File tree

4 files changed

+551
-3
lines changed

4 files changed

+551
-3
lines changed

stm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ SRC_STMUSBH = $(addprefix $(STMUSBH_DIR)/,\
141141
SRC_FATFS = $(addprefix $(FATFS_DIR)/,\
142142
ff.c \
143143
diskio.c \
144+
ccsbcs.c \
144145
)
145146

146147
SRC_CC3K = $(addprefix $(CC3K_DIR)/,\

0 commit comments

Comments
 (0)