mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
STM32: Fix incorrect naming of inclusion guard in IRQ header files
This commit is contained in:
committed by
Gregory Nutt
parent
e7d039ac2b
commit
e36ca25c5c
@@ -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