From caed59ec6400f71d7c19611c7095af2e9f755400 Mon Sep 17 00:00:00 2001 From: Hierophect Date: Fri, 28 Jun 2019 16:21:13 -0400 Subject: [PATCH] name change --- ports/stm32F4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/stm32F4/Makefile b/ports/stm32F4/Makefile index 607858be90..1470379002 100755 --- a/ports/stm32F4/Makefile +++ b/ports/stm32F4/Makefile @@ -165,6 +165,7 @@ SRC_C += \ background.c \ fatfs_port.c \ mphalport.c \ + boards/$(BOARD)/board.c \ lib/libc/string0.c \ lib/mp-readline/readline.c \ lib/oofatfs/ff.c \