From 1f5d945afa20a2d780b8197ce1dd1d5cfd05724b Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Fri, 29 Mar 2019 14:07:43 +0100 Subject: [PATCH] nrf/Makefile: Update to match latest oofatfs version. See corresponding commit b5f33ac2cb6076468a77f36d69df6db16b62134a --- ports/nrf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 6ca83f1e6e..80110f9704 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