aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F37x/SPI
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-02 10:13:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-02 10:13:13 +0000
commit736e966cf5cd6cae1732d874229f363ecfcb9b3a (patch)
tree048b7f449520541d905bfd8e270b1175b03a189f /testhal/STM32/STM32F37x/SPI
parent92c63ec84ff7f855e3a99c0ff78ecb7ae102178e (diff)
downloadChibiOS-736e966cf5cd6cae1732d874229f363ecfcb9b3a.tar.gz
ChibiOS-736e966cf5cd6cae1732d874229f363ecfcb9b3a.tar.bz2
ChibiOS-736e966cf5cd6cae1732d874229f363ecfcb9b3a.zip
renamed STM32F3 directories to reflect new models
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F37x/SPI')
-rw-r--r--testhal/STM32/STM32F37x/SPI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F37x/SPI/Makefile b/testhal/STM32/STM32F37x/SPI/Makefile
index c8842b0e0..81ea22dcc 100644
--- a/testhal/STM32/STM32F37x/SPI/Makefile
+++ b/testhal/STM32/STM32F37x/SPI/Makefile
@@ -86,7 +86,7 @@ include $(CHIBIOS)/os/hal/boards/ST_STM32373C_EVAL/board.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F37x/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
-include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f37x.mk
+include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f3xx.mk
include $(CHIBIOS)/test/rt/test.mk
# Define linker script file here