nrf/Makefile: Update to match latest oofatfs version.

See corresponding commit b5f33ac2cb
This commit is contained in:
Glenn Ruben Bakke 2019-03-29 14:07:43 +01:00
parent 83f3c29d36
commit 1f5d945afa
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ SRC_LIB += $(addprefix lib/,\
ifeq ($(MICROPY_FATFS), 1)
SRC_LIB += $(addprefix lib/,\
oofatfs/ff.c \
oofatfs/option/unicode.c \
oofatfs/ffunicode.c \
)
endif