We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73a46b commit a75daafCopy full SHA for a75daaf
hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk
@@ -3,7 +3,7 @@ CFLAGS += \
3
4
# GCC
5
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l496xx.s
6
-LD_FILE_GCC = $(BOARD_PATH)/STM32L412KBUx_FLASH.ld
+LD_FILE_GCC = $(BOARD_PATH)/STM32L496KBUx_FLASH.ld
7
8
# IAR
9
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32l496xx.s
0 commit comments