diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-09-10 10:47:08 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-09-10 10:47:08 +0200 |
commit | b5f7b6b8ed23eccc15415776b6d2fa05e10b9c7d (patch) | |
tree | 090598d1c4a421c049267e2ba3d9069a68262480 /src/fmc-test/Makefile | |
parent | f194c02df057411c0b4b4bb86a629a931901e80f (diff) |
Implement UART outputing of results
Diffstat (limited to 'src/fmc-test/Makefile')
-rw-r--r-- | src/fmc-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |