mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Fix names of pre-processor variables used in header file idempotence
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
* only indirectly through nuttx/irq.h
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_IRQ_H
|
||||
#define __ARCH_IRQ_H
|
||||
#ifndef __ARCH_SIM_INCLUDE_IRQ_H
|
||||
#define __ARCH_SIM_INCLUDE_IRQ_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -132,5 +132,5 @@ extern "C"
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __ARCH_IRQ_H */
|
||||
#endif /* __ARCH_SIM_INCLUDE_IRQ_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user