aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/IRQ_STORM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/IRQ_STORM/Makefile')
-rw-r--r--testhal/STM32/IRQ_STORM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/IRQ_STORM/Makefile b/testhal/STM32/IRQ_STORM/Makefile
index a5c76f1c8..057213601 100644
--- a/testhal/STM32/IRQ_STORM/Makefile
+++ b/testhal/STM32/IRQ_STORM/Makefile
@@ -58,7 +58,7 @@ LDSCRIPT= ch.ld
# Imported source files
CHIBIOS = ../../..
include $(CHIBIOS)/boards/OLIMEX_STM32_P103/board.mk
-include $(CHIBIOS)/os/hal/platforms/STM32/platform.mk
+include $(CHIBIOS)/os/hal/platforms/STM32F1xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk