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:
parent
8432d923be
commit
7f5dbe6f77
@ -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 */
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
@ -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 */
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user