From c7a343c1721124be84ce84fd8d60c95da86172e4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 7 Jul 2016 08:37:51 +0000 Subject: QSPI templates. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9685 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/hal/testbuild/.cproject | 4 +--- test/hal/testbuild/Makefile | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'test/hal') diff --git a/test/hal/testbuild/.cproject b/test/hal/testbuild/.cproject index 1ce473e74..682c75a2b 100644 --- a/test/hal/testbuild/.cproject +++ b/test/hal/testbuild/.cproject @@ -1,7 +1,5 @@ - - - + diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index 4af7fe08d..0e6aca07a 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -91,7 +91,7 @@ CHIBIOS = ../../.. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk # HAL-OSAL files (optional). include $(CHIBIOS)/os/hal/hal.mk -include $(CHIBIOS)/os/hal/ports/common/platform.mk +include $(CHIBIOS)/os/hal/templates/platform.mk include $(CHIBIOS)/os/hal/templates/board/board.mk include $(CHIBIOS)/os/hal/templates/osal/osal.mk # RTOS files (optional). -- cgit v1.2.3