aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/CAN/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-12 14:24:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-12 14:24:54 +0000
commitd4b246b8cd0478c0d092df152fc2cad777cc0ad0 (patch)
treebdf2795f82ad262e581f60bfb20c1a0d0d7f0af3 /testhal/STM32F37x/CAN/Makefile
parent5bda88234e2c8e69037ddef4d8dfdf8cdf4c5e97 (diff)
downloadChibiOS-d4b246b8cd0478c0d092df152fc2cad777cc0ad0.tar.gz
ChibiOS-d4b246b8cd0478c0d092df152fc2cad777cc0ad0.tar.bz2
ChibiOS-d4b246b8cd0478c0d092df152fc2cad777cc0ad0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5418 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/CAN/Makefile')
-rw-r--r--testhal/STM32F37x/CAN/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F37x/CAN/Makefile b/testhal/STM32F37x/CAN/Makefile
index 006a1fabb..782a3b3d7 100644
--- a/testhal/STM32F37x/CAN/Makefile
+++ b/testhal/STM32F37x/CAN/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xC.ld
+LDSCRIPT= $(PORTLD)/STM32F373xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.