git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3653 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
20ee188eb8
commit
695be13ece
|
@ -67,7 +67,8 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
include $(CHIBIOS)/test/test.mk
|
include $(CHIBIOS)/test/test.mk
|
||||||
|
|
||||||
# Define linker script file here
|
# Define linker script file here
|
||||||
LDSCRIPT= $(PORTLD)/STM32F407xG_CCM.ld
|
LDSCRIPT= $(PORTLD)/STM32F407xG.ld
|
||||||
|
#LDSCRIPT= $(PORTLD)/STM32F407xG_CCM.ld
|
||||||
|
|
||||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||||
# setting.
|
# setting.
|
||||||
|
|
Loading…
Reference in New Issue