simbit18 commented on code in PR #16428: URL: https://github.com/apache/nuttx/pull/16428#discussion_r2104069222
########## arch/arm64/include/bcm2711/irq.h: ########## @@ -143,4 +141,4 @@ #define BCM_IRQ_ARMLOCAL_IRQ_SOURCEN_MAILBOX_CORE3_IRQ (1 << 4) #define BCM_IRQ_ARMLOCAL_IRQ_SOURCEN_CNT_V_IRQ (1 << 3) -#endif // __ARCH_ARM64_SRC_BCM2711_IRQ_H +#endif // __ARCH_ARM64_SRC_BCM2711_BCM2711_IRQ_H Review Comment: __ARCH_ARM64_INCLUDE_BCM2711_IRQ_H ########## arch/arm64/include/bcm2711/irq.h: ########## @@ -20,8 +20,8 @@ * ****************************************************************************/ -#ifndef __ARCH_ARM64_SRC_BCM2711_IRQ_H -#define __ARCH_ARM64_SRC_BCM2711_IRQ_H +#ifndef __ARCH_ARM64_SRC_BCM2711_BCM2711_IRQ_H +#define __ARCH_ARM64_SRC_BCM2711_BCM2711_IRQ_H Review Comment: __ARCH_ARM64_INCLUDE_BCM2711_IRQ_H -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org