diff --git a/arch/arm/src/stm32f7/chip/stm32_ltdc.h b/arch/arm/src/stm32f7/chip/stm32_ltdc.h index 8ae45ddaa4d..38068183c5d 100755 --- a/arch/arm/src/stm32f7/chip/stm32_ltdc.h +++ b/arch/arm/src/stm32f7/chip/stm32_ltdc.h @@ -33,8 +33,8 @@ * ************************************************************************************/ -#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_LTDC_H -#define __ARCH_ARM_SRC_STM32_CHIP_STM32_LTDC_H +#ifndef __ARCH_ARM_SRC_STM32F7_CHIP_STM32_LTDC_H +#define __ARCH_ARM_SRC_STM32F7_CHIP_STM32_LTDC_H /************************************************************************************ * Included Files @@ -378,4 +378,4 @@ * Public Types ************************************************************************************/ -#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_LTDC_H */ +#endif /* __ARCH_ARM_SRC_STM32F7_CHIP_STM32_LTDC_H */