Skip to content

Commit a75daaf

Browse files
committed
fixed typo in l496 make file
1 parent b73a46b commit a75daaf

File tree

1 file changed

+1
-1
lines changed
  • hw/bsp/stm32l4/boards/stm32l496nucleo

1 file changed

+1
-1
lines changed

hw/bsp/stm32l4/boards/stm32l496nucleo/board.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CFLAGS += \
33

44
# GCC
55
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l496xx.s
6-
LD_FILE_GCC = $(BOARD_PATH)/STM32L412KBUx_FLASH.ld
6+
LD_FILE_GCC = $(BOARD_PATH)/STM32L496KBUx_FLASH.ld
77

88
# IAR
99
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32l496xx.s

0 commit comments

Comments
 (0)