mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1adee3d657
commit
8d3bf05fd2
@@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ___ARCH_CEVA_SRC_COMMON_UP_ARCH_H
|
||||
#define ___ARCH_CEVA_SRC_COMMON_UP_ARCH_H
|
||||
#ifndef __ARCH_CEVA_SRC_COMMON_UP_ARCH_H
|
||||
#define __ARCH_CEVA_SRC_COMMON_UP_ARCH_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -73,4 +73,4 @@ void modifyreg32(unsigned int addr, uint32_t clearbits, uint32_t setbits);
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* ___ARCH_CEVA_SRC_COMMON_UP_ARCH_H */
|
||||
#endif /* __ARCH_CEVA_SRC_COMMON_UP_ARCH_H */
|
||||
|
||||
Reference in New Issue
Block a user