STM32F411: rename arm-startup_stm32f411xe.s to cmsis-startup_stm32f411xe.s.

This commit is contained in:
Nico Tonnhofer 2015-11-19 00:37:06 +01:00
parent 1954780892
commit e8e689b25c
2 changed files with 1 additions and 1 deletions

View File

@ -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.