From 3beecbc4fa60773ffbdf04ce1908a86be5908551 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 21 Mar 2020 14:19:01 +0100 Subject: Basic JTAG working --- controller/fw/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'controller/fw/Makefile') diff --git a/controller/fw/Makefile b/controller/fw/Makefile index 11b68b8..e96d35f 100644 --- a/controller/fw/Makefile +++ b/controller/fw/Makefile @@ -52,6 +52,7 @@ C_SOURCES += src/protocol.c C_SOURCES += src/serial.c C_SOURCES += src/con_usart.c C_SOURCES += src/dma_util.c +C_SOURCES += src/gpio_helpers.c C_SOURCES += tinyprintf/tinyprintf.c C_SOURCES += $(MSPDEBUG_DIR)/drivers/jtaglib.c -- cgit