arch/arm/src/stm32/stm32_fsmc.h: Fix the include file guarding name in stm32/stm32_fsmc.h.
This commit is contained in:
parent
3ec7c17c16
commit
cc2d97f942
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user