diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 10:02:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 10:02:07 +0000 |
commit | c922ada20f99517c4cb98118b954c9b1182fce2c (patch) | |
tree | b537b381672e5db95b6fe09262de7eb3cc9c30c3 /testhal/STM32/UART | |
parent | 985c794c0c8e74fef8ddc845c9a1a680b5c23f4f (diff) | |
download | ChibiOS-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/UART')
-rw-r--r-- | testhal/STM32/UART/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/UART/Makefile b/testhal/STM32/UART/Makefile index e430a7678..0eddf28a2 100644 --- a/testhal/STM32/UART/Makefile +++ b/testhal/STM32/UART/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) \
|