include: fix double include pre-processor guards

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-15 04:44:35 +02:00
committed by Alan Carvalho de Assis
parent 1adee3d657
commit 8d3bf05fd2
684 changed files with 2242 additions and 2252 deletions
+3 -3
View File
@@ -18,8 +18,8 @@
*
****************************************************************************/
#ifndef __BOARDS_ARM_PHY62xx_PHY6222_INCLUDE_BOARD_H
#define __BOARDS_ARM_PHY62xx_PHY6222_INCLUDE_BOARD_H
#ifndef __BOARDS_ARM_PHY62XX_PHY6222_INCLUDE_BOARD_H
#define __BOARDS_ARM_PHY62XX_PHY6222_INCLUDE_BOARD_H
/****************************************************************************
* Included Files
@@ -33,4 +33,4 @@
#define HCLK_FREQUENCY 32000000ul /* HSI48 for USB, only some STM32F0xx */
#endif /* phy62xx */
#endif /* __BOARDS_ARM_PHY62XX_PHY6222_INCLUDE_BOARD_H */
+3 -3
View File
@@ -18,8 +18,8 @@
*
****************************************************************************/
#ifndef __BOARDS_ARM_PHY6222_H
#define __BOARDS_ARM_PHY6222_H
#ifndef __BOARDS_ARM_PHY62XX_PHY6222_SRC_PHY6222_H
#define __BOARDS_ARM_PHY62XX_PHY6222_SRC_PHY6222_H
/****************************************************************************
* Included Files
@@ -116,4 +116,4 @@
int phy62xx_bringup(void);
#endif /* __ASSEMBLY__ */
#endif /* __BOARDS_ARM_PHY6222_H */
#endif /* __BOARDS_ARM_PHY62XX_PHY6222_SRC_PHY6222_H */