1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

cpu/stm32f0: fix include guards.

This commit is contained in:
zhuoshuguo 2016-11-16 11:22:42 +01:00
parent 8432d923be
commit 7f5dbe6f77
2 changed files with 6 additions and 6 deletions

View File

@ -51,8 +51,8 @@
* @{
*/
#ifndef __STM32F030x8_H
#define __STM32F030x8_H
#ifndef STM32F030x8_H
#define STM32F030x8_H
#ifdef __cplusplus
extern "C" {
@ -5385,7 +5385,7 @@ typedef struct
}
#endif /* __cplusplus */
#endif /* __STM32F030x8_H */
#endif /* STM32F030x8_H */
/**
* @}

View File

@ -51,8 +51,8 @@
* @{
*/
#ifndef __STM32F070xB_H
#define __STM32F070xB_H
#ifndef STM32F070xB_H
#define STM32F070xB_H
#ifdef __cplusplus
extern "C" {
@ -5749,7 +5749,7 @@ typedef struct
}
#endif /* __cplusplus */
#endif /* __STM32F070xB_H */
#endif /* STM32F070xB_H */
/**
* @}