mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue