xiaoxiang781216 commented on code in PR #15625:
URL: https://github.com/apache/nuttx/pull/15625#discussion_r1925488527


##########
arch/arm/src/am335x/am335x_irq.c:
##########
@@ -41,8 +41,10 @@
  * Private Data
  ****************************************************************************/
 #ifdef CONFIG_ARCH_IRQPRIO
+#if defined(CONFIG_DEBUG_IRQ_INFO)

Review Comment:
   merge with previous line



##########
arch/arm/src/stm32/stm32_irq.c:
##########
@@ -62,6 +62,16 @@
 #define NVIC_ENA_OFFSET    (0)
 #define NVIC_CLRENA_OFFSET (NVIC_IRQ0_31_CLEAR - NVIC_IRQ0_31_ENABLE)
 
+/****************************************************************************
+ * Private Data
+ ****************************************************************************/
+
+#if defined(CONFIG_DEBUG_IRQ_INFO)

Review Comment:
   dup



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to