cpu/stm32: fix include header guards.
This commit is contained in:
parent
121028d33f
commit
10f8ce1118
@ -18,8 +18,8 @@
|
|||||||
* @author Hauke Petersen <hauke.peterse@fu-berlin.de>
|
* @author Hauke Petersen <hauke.peterse@fu-berlin.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPU_CONF_H
|
#ifndef STM32F0_CPU_CONF_H
|
||||||
#define __CPU_CONF_H
|
#define STM32F0_CPU_CONF_H
|
||||||
|
|
||||||
#include "cpu_conf_common.h"
|
#include "cpu_conf_common.h"
|
||||||
|
|
||||||
@ -49,5 +49,5 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __CPU_CONF_H */
|
#endif /* STM32F0_CPU_CONF_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
@ -50,8 +50,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F051x8_H
|
#ifndef STM32F051x8_H
|
||||||
#define __STM32F051x8_H
|
#define STM32F051x8_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -3781,7 +3781,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F051x8_H */
|
#endif /* STM32F051x8_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -51,8 +51,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F072xB_H
|
#ifndef STM32F072xB_H
|
||||||
#define __STM32F072xB_H
|
#define STM32F072xB_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -5977,7 +5977,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F072xB_H */
|
#endif /* STM32F072xB_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F091xC_H
|
#ifndef STM32F091xC_H
|
||||||
#define __STM32F091xC_H
|
#define STM32F091xC_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -5765,7 +5765,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F091xC_H */
|
#endif /* STM32F091xC_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -52,8 +52,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F103xB_H
|
#ifndef STM32F103xB_H
|
||||||
#define __STM32F103xB_H
|
#define STM32F103xB_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -6037,7 +6037,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F103xB_H */
|
#endif /* STM32F103xB_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -52,8 +52,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F103xE_H
|
#ifndef STM32F103xE_H
|
||||||
#define __STM32F103xE_H
|
#define STM32F103xE_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -6839,7 +6839,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F103xE_H */
|
#endif /* STM32F103xE_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -19,8 +19,8 @@
|
|||||||
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
|
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPU_CONF_H
|
#ifndef STM32F3_CPU_CONF_H
|
||||||
#define __CPU_CONF_H
|
#define STM32F3_CPU_CONF_H
|
||||||
|
|
||||||
#include "cpu_conf_common.h"
|
#include "cpu_conf_common.h"
|
||||||
|
|
||||||
@ -52,5 +52,5 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __CPU_CONF_H */
|
#endif /* STM32F3_CPU_CONF_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F303xC_H
|
#ifndef STM32F303xC_H
|
||||||
#define __STM32F303xC_H
|
#define STM32F303xC_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -6977,7 +6977,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F303xC_H */
|
#endif /* STM32F303xC_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F303xE_H
|
#ifndef STM32F303xE_H
|
||||||
#define __STM32F303xE_H
|
#define STM32F303xE_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -8198,7 +8198,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F303xE_H */
|
#endif /* STM32F303xE_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F334x8_H
|
#ifndef STM32F334x8_H
|
||||||
#define __STM32F334x8_H
|
#define STM32F334x8_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -7590,7 +7590,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F334x8_H */
|
#endif /* STM32F334x8_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
@ -18,8 +18,8 @@
|
|||||||
* @author Hauke Petersen <hauke.peterse@fu-berlin.de>
|
* @author Hauke Petersen <hauke.peterse@fu-berlin.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPU_CONF_H
|
#ifndef STM32F4_CPU_CONF_H
|
||||||
#define __CPU_CONF_H
|
#define STM32F4_CPU_CONF_H
|
||||||
|
|
||||||
#include "cpu_conf_common.h"
|
#include "cpu_conf_common.h"
|
||||||
|
|
||||||
@ -48,5 +48,5 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __CPU_CONF_H */
|
#endif /* STM32F4_CPU_CONF_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F401xE_H
|
#ifndef STM32F401xE_H
|
||||||
#define __STM32F401xE_H
|
#define STM32F401xE_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -4764,7 +4764,7 @@ USB_OTG_HostChannelTypeDef;
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F401xE_H */
|
#endif /* STM32F401xE_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F407xx_H
|
#ifndef STM32F407xx_H
|
||||||
#define __STM32F407xx_H
|
#define STM32F407xx_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -7943,7 +7943,7 @@ USB_OTG_HostChannelTypeDef;
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F407xx_H */
|
#endif /* STM32F407xx_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,8 +49,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32F415xx_H
|
#ifndef STM32F415xx_H
|
||||||
#define __STM32F415xx_H
|
#define STM32F415xx_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -7518,7 +7518,7 @@ USB_OTG_HostChannelTypeDef;
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __STM32F415xx_H */
|
#endif /* STM32F415xx_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -51,8 +51,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __STM32L1XX_H
|
#ifndef STM32L1XX_H
|
||||||
#define __STM32L1XX_H
|
#define STM32L1XX_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -6661,7 +6661,7 @@ typedef struct
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __STM32L1XX_H */
|
#endif /* STM32L1XX_H */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user