diff options
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 |