mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/stm32f4: fix include guards.
This commit is contained in:
parent
8432d923be
commit
501bdcf305
@ -49,8 +49,8 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef __STM32F446xx_H
|
||||
#define __STM32F446xx_H
|
||||
#ifndef STM32F446xx_H
|
||||
#define STM32F446xx_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -8262,7 +8262,7 @@ typedef struct
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __STM32F446xx_H */
|
||||
#endif /* STM32F446xx_H */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user