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).