tinnedkarma commented on code in PR #17191:
URL: https://github.com/apache/nuttx/pull/17191#discussion_r2425337073


##########
arch/tricore/src/common/tricore_svcall.c:
##########
@@ -56,11 +56,18 @@
 
 void tricore_svcall(volatile void *trap)
 {
+  FAR struct tcb_s *running_task;

Review Comment:
   I may be wrong but I do not think we need the FAR qualifier for tricore arch



-- 
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