mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
Refine the preprocessor conditional guard style (#190)
This commit is contained in:
@@ -204,5 +204,5 @@ uintptr_t sys_call5(unsigned int nbr, uintptr_t parm1, uintptr_t parm2,
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_MISOC_INCLUDE_MINERVA_SYSCALL_H */
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_MISOC_INCLUDE_MINERVA_SYSCALL_H */
|
||||
|
||||
@@ -90,5 +90,5 @@ typedef unsigned int irqstate_t;
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_MISOC_INCLUDE_MINERVA_TYPES_H */
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_MISOC_INCLUDE_MINERVA_TYPES_H */
|
||||
|
||||
Reference in New Issue
Block a user