mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Aug 08 11:15:06 2014 +0100
Parent:
275:8287c40fc7ee
Child:
277:0dffe5d9e928
Commit message:
Synchronized with git revision 303f50bc94406e93da360cd353c3220709ca068b

Full URL: https://github.com/mbedmicro/mbed/commit/303f50bc94406e93da360cd353c3220709ca068b/

[NUCLEO_F411RE] Naming corrections - Changed stm32f401 to stm32f411

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_NUCLEO_F411RE/stm32f411xe.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F411RE/stm32f411xe.h	Thu Aug 07 09:15:06 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F411RE/stm32f411xe.h	Fri Aug 08 11:15:06 2014 +0100
@@ -9,7 +9,7 @@
   *          This file contains:
   *           - Data structures and the address mapping for all peripherals
   *           - Peripheral's registers declarations and bits definition
-  *           - Macros to access peripheral’s registers hardware
+  *           - Macros to access peripheral’s registers hardware
   *
   ******************************************************************************
   * @attention
@@ -45,12 +45,12 @@
   * @{
   */
 
-/** @addtogroup stm32f401xe
+/** @addtogroup stm32f411xe
   * @{
   */
     
-#ifndef __STM32F401xE_H
-#define __STM32F401xE_H
+#ifndef __STM32F411xE_H
+#define __STM32F411xE_H
 
 #ifdef __cplusplus
  extern "C" {