1
0
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:
zhuoshuguo 2016-11-16 11:33:26 +01:00
parent 8432d923be
commit 501bdcf305

View File

@ -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 */