From c656a99d89a1e16683c50763b6dcbbc80b091d0c Mon Sep 17 00:00:00 2001 From: fxcoder Date: Sun, 23 Feb 2025 12:02:26 +0000 Subject: [PATCH] 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 --- testhal/STM32/multi/ADC/make/stm32g071rb_nucleo64.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/STM32/multi/ADC/make/stm32g071rb_nucleo64.make b/testhal/STM32/multi/ADC/make/stm32g071rb_nucleo64.make index 4ecd30e21..73b3669e8 100644 --- a/testhal/STM32/multi/ADC/make/stm32g071rb_nucleo64.make +++ b/testhal/STM32/multi/ADC/make/stm32g071rb_nucleo64.make @@ -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.