aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/USB_MSD/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-31 16:47:43 +0300
committerbarthess <barthess@yandex.ru>2016-10-31 16:47:43 +0300
commitc067e56b555b18e0148c3efef3dc136ee93ccae0 (patch)
tree9e80b0ea1e441ce535fe49b339f3743d6e91717a /testhal/STM32/STM32F7xx/USB_MSD/Makefile
parent9abfd6d27a5bbef23e84aa70814c26682eb147f6 (diff)
downloadChibiOS-Contrib-c067e56b555b18e0148c3efef3dc136ee93ccae0.tar.gz
ChibiOS-Contrib-c067e56b555b18e0148c3efef3dc136ee93ccae0.tar.bz2
ChibiOS-Contrib-c067e56b555b18e0148c3efef3dc136ee93ccae0.zip
USB_MSD. Updated linker script name.
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_MSD/Makefile')
-rw-r--r--testhal/STM32/STM32F7xx/USB_MSD/Makefile2
1 files changed, 1 insertions, 1 deletions
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.