summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Ruben Bakke <glennbakke@gmail.com>2019-03-29 14:07:43 +0100
committerGlenn Ruben Bakke <glennbakke@gmail.com>2019-04-01 19:22:25 +0200
commit1f5d945afa20a2d780b8197ce1dd1d5cfd05724b (patch)
tree977bccea156442698f3e8783e86b3d918fbd1511
parent83f3c29d36ce9125f11dcdf2b9699daa1f390a69 (diff)
nrf/Makefile: Update to match latest oofatfs version.
See corresponding commit b5f33ac2cb6076468a77f36d69df6db16b62134a
-rw-r--r--ports/nrf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index 6ca83f1e6..80110f970 100644
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -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