zhangyu-duck commented on code in PR #18391:
URL: https://github.com/apache/nuttx/pull/18391#discussion_r2872235710
##########
arch/tricore/src/common/tricore_irq.c:
##########
@@ -99,7 +99,7 @@ static void tricore_gpsrinitialize(void)
for (i = 0; i < 6; i++)
{
-#ifdef CONFIG_ARCH_TC3XX
+#ifdef CONFIG_ARCH_CHIP_TC3XX
Review Comment:
but like tc4, may has many chips, like 4da, 48x, 4z ..., and i think we need
tc3xx/4xx to represent a series.
--
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]