Changed stm32f401 to stm32f411

pull/430/head
23chrischen 2014-08-07 11:50:41 -05:00
parent 97cdccdf03
commit 198f6cfbee
1 changed files with 4 additions and 4 deletions

View File

@ -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 peripherals registers hardware
* - Macros to access peripherals 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" {