wangzhi-art commented on code in PR #15614:
URL: https://github.com/apache/nuttx/pull/15614#discussion_r1922033005


##########
arch/xtensa/src/esp32s2/esp32s2_rt_timer.c:
##########
@@ -151,7 +149,8 @@ static void start_rt_timer(struct rt_timer_s *timer,
        */
 
       list_for_every_entry(&priv->runlist, temp_p, struct rt_timer_s, list)
-        {
+        {static void start_rt_timer_nolock(struct rt_timer_s *timer,

Review Comment:
   Accidentally pasted it here



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to