diff options
author | barthess <barthess@yandex.ru> | 2015-02-23 22:45:42 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-02-23 22:45:42 +0300 |
commit | a1822c490d9eff67917a8cca2defeff3487b627d (patch) | |
tree | fe7bb70ba15b943b2488138c8a3252c493e5589c | |
parent | 2463abdd1b66249221a718098ed3d06dc3e3e7e2 (diff) | |
download | ChibiOS-Contrib-a1822c490d9eff67917a8cca2defeff3487b627d.tar.gz ChibiOS-Contrib-a1822c490d9eff67917a8cca2defeff3487b627d.tar.bz2 ChibiOS-Contrib-a1822c490d9eff67917a8cca2defeff3487b627d.zip |
Updated makefiles in testhal after ChibiOS update.
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_NAND/Makefile | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile b/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile index 3cdf5c4..2651d86 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile @@ -101,7 +101,6 @@ CSRC = $(PORTSRC) \ $(HALSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ - $(CHIBIOS)/os/various/chprintf.c \ dma_storm_adc.c \ dma_storm_spi.c \ dma_storm_uart.c \ diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile index 80f4481..c70636b 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile @@ -101,7 +101,6 @@ CSRC = $(PORTSRC) \ $(HALSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ - $(CHIBIOS)/os/various/chprintf.c \ main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global |