From 7e1f754ca20b39fb1206735d8e04931bbd6abf60 Mon Sep 17 00:00:00 2001 From: Thomas Propst Date: Mon, 2 Feb 2026 18:40:19 -0700 Subject: [PATCH] stm32/boards/stm32l072xz.ld: Correct comment in linker script. Header comment said "STM32F072xZ" for the STM32L072xZ linker script. Signed-off-by: Thomas Propst --- ports/stm32/boards/stm32l072xz.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32/boards/stm32l072xz.ld b/ports/stm32/boards/stm32l072xz.ld index 538950747b..35fcd6981c 100644 --- a/ports/stm32/boards/stm32l072xz.ld +++ b/ports/stm32/boards/stm32l072xz.ld @@ -1,5 +1,5 @@ /* - GNU linker script for STM32F072xZ + GNU linker script for STM32L072xZ */ /* Specify the memory areas */