aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/PWM
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/PWM')
-rw-r--r--testhal/STM32/PWM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/PWM/Makefile b/testhal/STM32/PWM/Makefile
index e430a7678..0eddf28a2 100644
--- a/testhal/STM32/PWM/Makefile
+++ b/testhal/STM32/PWM/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) \