USB_MSD. Updated linker script name.

This commit is contained in:
barthess 2016-10-31 16:47:43 +03:00
parent 9abfd6d27a
commit c067e56b55
1 changed files with 1 additions and 1 deletions

View File

@ -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.