diff options
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r-- | controller/fw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |