acassis commented on code in PR #9962:
URL: https://github.com/apache/nuttx/pull/9962#discussion_r1281061747
##########
sched/init/nx_start.c:
##########
@@ -698,10 +698,12 @@ void nx_start(void)
/* When control is return to this point, the system is idle. */
sinfo("CPU0: Beginning Idle Loop\n");
+#ifndef CONFIG_DISABLE_IDLE_LOOP
for (; ; )
{
/* Perform any processor-specific idle state operations */
up_idle();
}
+#endif
Review Comment:
Thank you!
--
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]