mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
arch/arm/src/stm32/stm32_fsmc.h: Fix the include file guarding name in stm32/stm32_fsmc.h.
This commit is contained in:
committed by
Gregory Nutt
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 */
|
||||
|
||||
Reference in New Issue
Block a user