From 3e658674e8fcf05018d5ffe7f49560c60f2d4b6e Mon Sep 17 00:00:00 2001 From: ferranmafe <darwin@darwin.users.iri.prv> Date: Thu, 31 Aug 2017 20:55:10 +0200 Subject: [PATCH] Changed to the remmaped version of the USART1 module. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e95e7d..ff8179a 100755 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ TARGET_FILES+=$(HAL_PATH)/src/stm32f1xx_hal.c TARGET_FILES+=$(USART_PATH)/src/usart3.c TARGET_FILES+=$(USART_PATH)/src/usart2.c -TARGET_FILES+=$(USART_PATH)/src/usart1.c +TARGET_FILES+=$(USART_PATH)/src/usart1_remap.c DARWIN_OBJS_TMP = $(notdir $(TARGET_FILES:.c=.o)) DARWIN_OBJS = $(patsubst %,$(BUILD_PATH)/%,$(DARWIN_OBJS_TMP)) -- GitLab