From b5f7b6b8ed23eccc15415776b6d2fa05e10b9c7d Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Thu, 10 Sep 2015 10:47:08 +0200 Subject: Implement UART outputing of results --- src/fmc-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fmc-test/Makefile') diff --git a/src/fmc-test/Makefile b/src/fmc-test/Makefile index 0cd5524..1de0221 100644 --- a/src/fmc-test/Makefile +++ b/src/fmc-test/Makefile @@ -1,5 +1,5 @@ # put your *.o targets here, make should handle the rest! -SRCS = main.c stm32f4xx_hal_msp.c stm32f4xx_it.c stm-fmc.c +SRCS = main.c stm32f4xx_hal_msp.c stm32f4xx_it.c stm-fmc.c stm-uart.c #main.c stm_init.c stm32f4xx_it.c stm32f4xx_hal_msp.c # all the files will be generated with this name -- cgit v1.2.3