mirror of https://github.com/ARMmbed/mbed-os.git
[DISCO_F429ZI] changed mcu names
Changed mcu names in comments from original F407 ot F429.pull/544/head
parent
f256f79b63
commit
79e2ebfc7b
|
@ -1,4 +1,4 @@
|
|||
/* Linker script for STM32F407 */
|
||||
/* Linker script for STM32F429ZI */
|
||||
|
||||
/* Linker script to configure memory regions. */
|
||||
MEMORY
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
/**
|
||||
******************************************************************************
|
||||
* @file startup_stm32f407xx.s
|
||||
* @file startup_stm32f429xx.s
|
||||
* based on startup_stm32f407xx.s with additional interrupt vectors
|
||||
*
|
||||
* file startup_stm32f407xx.s
|
||||
* @author MCD Application Team
|
||||
* @version V2.0.0
|
||||
* @date 18-February-2014
|
||||
|
|
Loading…
Reference in New Issue