summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Slaymark <[email protected]>2025-08-18 12:17:46 +0100
committerAdam Slaymark <[email protected]>2025-08-18 12:17:46 +0100
commita75daaf8194de6f1c821a8e8073c4e2e19e66197 (patch)
treeba769481a86185895ea515b14445ce0aa8df902c
parentb73a46bf8f26b497bf66ec0d479c0b7194e195ca (diff)
fixed typo in l496 make file
-rw-r--r--hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk b/hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk
index b5ed800a4..290c4f908 100644
--- a/hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk
+++ b/hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk
@@ -3,7 +3,7 @@ CFLAGS += \
# GCC
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l496xx.s
-LD_FILE_GCC = $(BOARD_PATH)/STM32L412KBUx_FLASH.ld
+LD_FILE_GCC = $(BOARD_PATH)/STM32L496KBUx_FLASH.ld
# IAR
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32l496xx.s