aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/CAN
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:02:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:02:07 +0000
commitc922ada20f99517c4cb98118b954c9b1182fce2c (patch)
treeb537b381672e5db95b6fe09262de7eb3cc9c30c3 /testhal/STM32/CAN
parent985c794c0c8e74fef8ddc845c9a1a680b5c23f4f (diff)
downloadChibiOS-c922ada20f99517c4cb98118b954c9b1182fce2c.tar.gz
ChibiOS-c922ada20f99517c4cb98118b954c9b1182fce2c.tar.bz2
ChibiOS-c922ada20f99517c4cb98118b954c9b1182fce2c.zip
Changes to the various Cortex vector tables.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2328 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/CAN')
-rw-r--r--testhal/STM32/CAN/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/CAN/Makefile b/testhal/STM32/CAN/Makefile
index e430a7678..0eddf28a2 100644
--- a/testhal/STM32/CAN/Makefile
+++ b/testhal/STM32/CAN/Makefile
@@ -102,7 +102,7 @@ TCPPSRC =
# List ASM source files here
ASMSRC = $(PORTASM) \
- $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F10x/vectors.s
+ $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F10x/vectors_md.s
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \