diff options
author | barthess <barthess@yandex.ru> | 2016-10-31 16:47:43 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-10-31 16:47:43 +0300 |
commit | c067e56b555b18e0148c3efef3dc136ee93ccae0 (patch) | |
tree | 9e80b0ea1e441ce535fe49b339f3743d6e91717a /testhal/STM32 | |
parent | 9abfd6d27a5bbef23e84aa70814c26682eb147f6 (diff) | |
download | ChibiOS-Contrib-c067e56b555b18e0148c3efef3dc136ee93ccae0.tar.gz ChibiOS-Contrib-c067e56b555b18e0148c3efef3dc136ee93ccae0.tar.bz2 ChibiOS-Contrib-c067e56b555b18e0148c3efef3dc136ee93ccae0.zip |
USB_MSD. Updated linker script name.
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_MSD/Makefile | 2 |
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. |