acassis commented on code in PR #19766:
URL: https://github.com/apache/nuttx/pull/19766#discussion_r3749257667


##########
arch/tricore/src/common/tricore_idle.c:
##########
@@ -32,6 +32,16 @@
 
 #include "tricore_internal.h"
 
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#if defined(__TASKING__)
+#  define tricore_idle_loop() __asm__ volatile ("1: loopu 1p")

Review Comment:
   @zyfeier please include a comment explaining the reason



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