USB_MSD. Updated linker script name.
This commit is contained in:
parent
9abfd6d27a
commit
c067e56b55
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue