wangchdo commented on code in PR #17275: URL: https://github.com/apache/nuttx/pull/17275#discussion_r2488483390
########## arch/tricore/include/tc3xx/irq.h: ########## @@ -87,6 +87,8 @@ #define XCPTCONTEXT_REGS (TC_CONTEXT_REGS) #define XCPTCONTEXT_SIZE (sizeof(void *) * TC_CONTEXT_REGS) +#define TRICORE_UART_RX_IRQ 21 Review Comment: Move this definition to include/tc397/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
