wangchdo commented on code in PR #18391:
URL: https://github.com/apache/nuttx/pull/18391#discussion_r2850553798
##########
arch/tricore/src/common/tricore_irq.c:
##########
@@ -188,7 +188,7 @@ void up_enable_irq(int irq)
{
volatile Ifx_SRC_SRCR *src = &SRC_CPU_CPU0_SB + irq;
-#ifdef CONFIG_ARCH_TC3XX
+#ifdef CONFIG_ARCH_CHIP_TC3XX
Review Comment:
ditto
##########
arch/tricore/src/common/tricore_irq.c:
##########
@@ -216,7 +216,12 @@ void up_affinity_irq(int irq, cpu_set_t cpuset)
* so routing to the first cpu in cpuset.
*/
+#ifdef CONFIG_ARCH_CHIP_TC3XX
Review Comment:
ditto
--
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]