mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
276:8f841524c270
Parent:
235:685d5f11838f
diff -r 8287c40fc7ee -r 8f841524c270 targets/cmsis/TARGET_STM/TARGET_NUCLEO_F411RE/stm32f411xe.h
--- 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" {