diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/multi/USB_CDC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/USB_CDC/Makefile b/testhal/STM32/multi/USB_CDC/Makefile index 3b17ef0cf..53fd8032d 100644 --- a/testhal/STM32/multi/USB_CDC/Makefile +++ b/testhal/STM32/multi/USB_CDC/Makefile @@ -16,8 +16,8 @@ all: @make --no-print-directory -f Makefile-stm32f407_discovery all
@echo ====================================================================
@echo
- @echo === Building for STM32F476-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32f476_discovery all
+ @echo === Building for STM32F746-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f746_discovery all
@echo ====================================================================
@echo
|