arch/arm/src/stm32/stm32_fsmc.h: Fix the include file guarding name in stm32/stm32_fsmc.h.

This commit is contained in:
Jason Harris
2019-05-27 11:15:37 -06:00
committed by Gregory Nutt
parent 3ec7c17c16
commit cc2d97f942
+3 -3
View File
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_STM32_HARDWARE_STM32_FSMC_H
#define __ARCH_ARM_SRC_STM32_HARDWARE_STM32_FSMC_H
#ifndef __ARCH_ARM_SRC_STM32_STM32_FSMC_H
#define __ARCH_ARM_SRC_STM32_STM32_FSMC_H
/************************************************************************************
* Included Files
@@ -86,4 +86,4 @@ void stm32_fsmc_disable(void);
#endif
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_ARM_SRC_STM32_HARDWARE_STM32_FSMC_H */
#endif /* __ARCH_ARM_SRC_STM32_STM32_FSMC_H */