STM32: Fix incorrect naming of inclusion guard in IRQ header files

This commit is contained in:
David Sidrane 2015-07-21 12:25:15 -06:00 committed by Gregory Nutt
parent e7d039ac2b
commit e36ca25c5c
1 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
* only indirectly through nuttx/irq.h
*/
#ifndef __ARCH_ARM_INCLUDE_STM32F40XXX_IRQ_H
#define __ARCH_ARM_INCLUDE_STM32F40XXX_IRQ_H
#ifndef __ARCH_ARM_INCLUDE_STM32_STM32F40XXX_IRQ_H
#define __ARCH_ARM_INCLUDE_STM32_STM32F40XXX_IRQ_H
/****************************************************************************************************
* Included Files
@ -183,5 +183,5 @@ extern "C"
#endif
#endif
#endif /* __ARCH_ARM_INCLUDE_STM32F40XXX_IRQ_H */
#endif /* __ARCH_ARM_INCLUDE_STM32_STM32F40XXX_IRQ_H */