From c067e56b555b18e0148c3efef3dc136ee93ccae0 Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 31 Oct 2016 16:47:43 +0300 Subject: USB_MSD. Updated linker script name. --- testhal/STM32/STM32F7xx/USB_MSD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F7xx/USB_MSD/Makefile') diff --git a/testhal/STM32/STM32F7xx/USB_MSD/Makefile b/testhal/STM32/STM32F7xx/USB_MSD/Makefile index ac17448..912a555 100644 --- a/testhal/STM32/STM32F7xx/USB_MSD/Makefile +++ b/testhal/STM32/STM32F7xx/USB_MSD/Makefile @@ -110,7 +110,7 @@ include $(CHIBIOS)/os/hal/lib/streams/streams.mk include $(CHIBIOS)/os/various/shell/shell.mk # Define linker script file here -LDSCRIPT= $(STARTUPLD)/STM32F767Zx.ld +LDSCRIPT= $(STARTUPLD)/STM32F76xxI.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3