diff --git a/testhal/STM32/multi/USB_CDC/Makefile b/testhal/STM32/multi/USB_CDC/Makefile index 416bc0da5..e47411c45 100644 --- a/testhal/STM32/multi/USB_CDC/Makefile +++ b/testhal/STM32/multi/USB_CDC/Makefile @@ -29,7 +29,7 @@ all: @echo ==================================================================== @echo @echo === Building for STM32WB55RG_Nucleo64 ============================= - +@make --no-print-directory -f ./make/stm32wb55rg_nucleo64.make all + +@make --no-print-directory -f ./make/stm32wb55rg_nucleo68.make all @echo ==================================================================== @echo @@ -47,7 +47,7 @@ clean: @echo +@make --no-print-directory -f ./make/stm32h743_nucleo144.make clean @echo - +@make --no-print-directory -f ./make/stm32wb55rg_nucleo64.make clean + +@make --no-print-directory -f ./make/stm32wb55rg_nucleo68.make clean @echo #