aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/ADC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx/ADC/Makefile')
-rw-r--r--testhal/STM32F3xx/ADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F3xx/ADC/Makefile b/testhal/STM32F3xx/ADC/Makefile
index 792e6e86e..455c2e5da 100644
--- a/testhal/STM32F3xx/ADC/Makefile
+++ b/testhal/STM32F3xx/ADC/Makefile
@@ -66,7 +66,7 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../../..
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
-include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
+include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk