STM32F411: rename arm-startup_stm32f411xe.s to cmsis-startup_stm32f411xe.s.
This commit is contained in:
parent
1954780892
commit
e8e689b25c
|
|
@ -126,7 +126,7 @@ endif
|
|||
ifeq ($(MCU), lpc1114)
|
||||
STARTUP_FILE = cmsis-startup_lpc11xx.s
|
||||
else ifeq ($(MCU), stm32f411)
|
||||
STARTUP_FILE = arm-startup_stm32f411xe.s
|
||||
STARTUP_FILE = cmsis-startup_stm32f411xe.s
|
||||
endif
|
||||
|
||||
# Startup definitions. Not target MCU specific.
|
||||
|
|
|
|||
Loading…
Reference in New Issue