mirror of https://github.com/rusefi/ChibiOS.git
Correct the .ld used in STM32G071 ADC testhal project
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16970 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
5d54e9864f
commit
c656a99d89
|
@ -114,7 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk
|
|||
#include $(CHIBIOS)/test/oslib/oslib_test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(STARTUPLD)/STM32L053x8.ld
|
||||
LDSCRIPT= $(STARTUPLD)/STM32G071xB.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
Loading…
Reference in New Issue