mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
STM32: Fix incorrect naming of inclusion guard in IRQ header files
This commit is contained in:
committed by
Gregory Nutt
parent
6b451b29f5
commit
26997bc8f6
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user