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:
fxcoder 2025-02-23 12:02:26 +00:00
parent 5d54e9864f
commit c656a99d89
1 changed files with 1 additions and 1 deletions

View File

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