diff options
| author | Adam Slaymark <[email protected]> | 2025-08-18 12:17:46 +0100 |
|---|---|---|
| committer | Adam Slaymark <[email protected]> | 2025-08-18 12:17:46 +0100 |
| commit | a75daaf8194de6f1c821a8e8073c4e2e19e66197 (patch) | |
| tree | ba769481a86185895ea515b14445ce0aa8df902c | |
| parent | b73a46bf8f26b497bf66ec0d479c0b7194e195ca (diff) | |
fixed typo in l496 make file
| -rw-r--r-- | hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk | 2 |
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 |
