From 6afe1bcc8e46ef6d373cec17d49a56ed72b502d2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 24 Apr 2021 12:07:17 +0000 Subject: [PATCH] Fixed obsolete paths. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14296 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- testhal/STM32/multi/USB_CDC/make/stm32wb55cg_nucleo48.make | 2 +- testhal/STM32/multi/USB_CDC/make/stm32wb55rg_nucleo68.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testhal/STM32/multi/USB_CDC/make/stm32wb55cg_nucleo48.make b/testhal/STM32/multi/USB_CDC/make/stm32wb55cg_nucleo48.make index 6a84371c8..f7bc589a4 100644 --- a/testhal/STM32/multi/USB_CDC/make/stm32wb55cg_nucleo48.make +++ b/testhal/STM32/multi/USB_CDC/make/stm32wb55cg_nucleo48.make @@ -105,7 +105,7 @@ include $(CHIBIOS)/os/hal/boards/ST_NUCLEO48_WB55CG_USB/board.mk include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk # RTOS files (optional). include $(CHIBIOS)/os/rt/rt.mk -include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk +include $(CHIBIOS)/os/common/ports/ARMv7-M/compilers/GCC/mk/port.mk # Auto-build files in ./source recursively. include $(CHIBIOS)/tools/mk/autobuild.mk # Other files (optional). diff --git a/testhal/STM32/multi/USB_CDC/make/stm32wb55rg_nucleo68.make b/testhal/STM32/multi/USB_CDC/make/stm32wb55rg_nucleo68.make index de50268bd..cfda3a77f 100644 --- a/testhal/STM32/multi/USB_CDC/make/stm32wb55rg_nucleo68.make +++ b/testhal/STM32/multi/USB_CDC/make/stm32wb55rg_nucleo68.make @@ -105,7 +105,7 @@ include $(CHIBIOS)/os/hal/boards/ST_NUCLEO68_WB55RG/board.mk include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk # RTOS files (optional). include $(CHIBIOS)/os/rt/rt.mk -include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk +include $(CHIBIOS)/os/common/ports/ARMv7-M/compilers/GCC/mk/port.mk # Auto-build files in ./source recursively. include $(CHIBIOS)/tools/mk/autobuild.mk # Other files (optional).