Skip to content

Commit 7d45a43

Browse files
committed
Correct loader file
1 parent 3a5f435 commit 7d45a43

File tree

1 file changed

+1
-1
lines changed
  • hw/bsp/stm32f4/boards/stm32f407blackvet

1 file changed

+1
-1
lines changed

hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CFLAGS += -DSTM32F407xx
22

33
# GCC
44
GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
5-
GCC_LD_FILE = $(BOARD_PATH)/STM32F407VGTx_FLASH.ld
5+
GCC_LD_FILE = $(BOARD_PATH)/STM32F407VETX_FLASH.ld
66

77
# IAR
88
IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s

0 commit comments

Comments
 (0)