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.