From 03ad1caa98d996b18e32c308ef7d1d62bb8f1ad4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 14:20:36 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8906 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/HAL-STM32F407-DISCOVERY/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/HAL-STM32F407-DISCOVERY') diff --git a/demos/STM32/HAL-STM32F407-DISCOVERY/Makefile b/demos/STM32/HAL-STM32F407-DISCOVERY/Makefile index ae69bd36b..e76859cc4 100644 --- a/demos/STM32/HAL-STM32F407-DISCOVERY/Makefile +++ b/demos/STM32/HAL-STM32F407-DISCOVERY/Makefile @@ -96,7 +96,7 @@ include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk include $(CHIBIOS)/os/hal/osal/os-less/ARMCMx/osal.mk # RTOS files (optional). #include $(CHIBIOS)/os/rt/rt.mk -#include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/port_v7m.mk +#include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Other files (optional). #include $(CHIBIOS)/test/rt/test.mk -- cgit v1.2.3