You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/02/25 12:36:24 UTC

[incubator-nuttx] 02/03: arch/misoc: Correct gurad macro for irq.h

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit cfed970633cbbce13cd88b7f786724b90660ba56
Author: Huang Qi <hu...@xiaomi.com>
AuthorDate: Fri Feb 25 15:26:07 2022 +0800

    arch/misoc: Correct gurad macro for irq.h
    
    Signed-off-by: Huang Qi <hu...@xiaomi.com>
---
 arch/misoc/include/minerva/irq.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/misoc/include/minerva/irq.h b/arch/misoc/include/minerva/irq.h
index 079238a..4b81cec 100644
--- a/arch/misoc/include/minerva/irq.h
+++ b/arch/misoc/include/minerva/irq.h
@@ -22,8 +22,8 @@
  * through nuttx/irq.h
  */
 
-#ifndef __ARCH_MINERVA_INCLUDE_IRQ_H
-#define __ARCH_MINERVA_INCLUDE_IRQ_H
+#ifndef __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H
+#define __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H
 
 /****************************************************************************
  * Included Files
@@ -306,4 +306,4 @@ struct xcptcontext
  ****************************************************************************/
 
 #endif /* __ASSEMBLY__ */
-#endif /* __ARCH_RISCV_INCLUDE_RV32IM_IRQ_H */
+#endif /* __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H */