From a1822c490d9eff67917a8cca2defeff3487b627d Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 23 Feb 2015 22:45:42 +0300 Subject: Updated makefiles in testhal after ChibiOS update. --- testhal/STM32/STM32F4xx/FSMC_NAND/Makefile | 1 - testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile | 1 - 2 files changed, 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 -- cgit v1.2.3